export declare function loadDotEnvFile(filePath: string): Promise>; /** Walk up from startDir looking for .env.local */ export declare function resolveEnvFile(startDir: string, explicitPath?: string): Promise; //# sourceMappingURL=env.d.ts.map