import type { LoadOptions } from "../types.js"; /** * Generate a centralized `env.ts` file with all loaded environment variables. * Respects user-defined files. * @param keys Set of environment variable names to export */ export declare function generateEnvFileImpl(keys: string[], generateEnvFile: LoadOptions["generateEnvFile"]): void;