export declare function parseEnvContent(rawEnvContent: string): Record<string, string>;
