export default function parseEnv(envFile: string): { [k: string]: string; } | undefined;