declare const readEnvFile: (filePath: string) => Promise<any>;
export default readEnvFile;
