export default function parseEnv(/** Env File Path */ envPath: string): { [k: string]: string; };