/** * Parallel AI credential resolution. * * Single source of truth for the Parallel AI API key (`PARALLEL_API_KEY`). */ /** Credential environment names read by this module (#232 derivation pin). */ export declare const ENV_NAMES: readonly ["PARALLEL_API_KEY"]; export declare function resolveParallelApiKey(env: NodeJS.ProcessEnv): string | undefined; export declare function requireParallelApiKey(env: NodeJS.ProcessEnv): string; export declare function isParallelConfigured(env: NodeJS.ProcessEnv): boolean; //# sourceMappingURL=credentials.d.ts.map