export declare function readEnvFile(filePath?: string): Promise>; export declare function updateEnvFile(newVars: Record, filePath?: string): Promise; export declare function ensureEnvInGitignore(): Promise;