/** * Load `.env` from the current working directory. * If `mode` is provided, also load `.env.` and let it override `.env`. * Existing process env values keep highest priority. */ export declare function ensureRuntimeEnvLoaded(mode?: string): void; //# sourceMappingURL=runtimeEnv.d.ts.map