import * as dotenv from 'dotenv'; export declare const getEnvFile: () => { content: dotenv.DotenvParseOutput; path: string; } | undefined;