export declare function parseEnvFile(content: string): Record<string, string>;
