import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { t as ProviderAuthEvidence } from "./provider-env-vars-vnO1tM5v.js"; //#region src/agents/model-auth-env.d.ts type EnvApiKeyResult = { apiKey: string; source: string; }; type EnvApiKeyLookupOptions = { config?: KlawConfig; workspaceDir?: string; aliasMap?: Readonly>; candidateMap?: Readonly>; authEvidenceMap?: Readonly>; skipSetupProviderFallback?: boolean; }; declare function resolveEnvApiKey(provider: string, env?: NodeJS.ProcessEnv, options?: EnvApiKeyLookupOptions): EnvApiKeyResult | null; //#endregion export { resolveEnvApiKey as n, EnvApiKeyResult as t };