import type { EnvVar } from '../types.js'; export declare function formatDotenv(vars: EnvVar[]): string; //# sourceMappingURL=dotenv.d.ts.map