import type { ResolvedSecret } from '@struktoai/mirage-core/secrets/types'; import type { EnvConfig } from './config.ts'; /** * Read the host process environment as one secret. * * `ref` must be empty (the process env has no sub-address); a managed * entry's `key` selects the variable to read. */ export declare function fetchEnv(_config: EnvConfig, ref: string): Promise; //# sourceMappingURL=env.d.ts.map