export declare function loadEnvFile(path: string, env?: NodeJS.ProcessEnv): void; export declare function parseEnvFile(content: string): Array<[string, string]>; //# sourceMappingURL=env-file.d.ts.map