import type { AstroConfig } from '../types/public/index.js'; export declare const createEnvLoader: (mode: string, config: AstroConfig, useRawValues: boolean) => { get: () => Record; getPrivateEnv: () => Record; }; export type EnvLoader = ReturnType;