/** * Parses a `.env` file and returns an object with key-value pairs. * * @param path - The file path to the `.env` file. * @returns A record object representing parsed environment variables. */ export declare function parseEnvFile(path: string): Record; //# sourceMappingURL=parseEnvFile.d.ts.map