import type { ProviderProfile } from '@cleocode/contracts'; /** * Provider profiles auto-generated from the models.dev community catalog. * * Each entry is a static snapshot of provider metadata (base URL, env vars, * default model, auth types). `fetchModels` is intentionally omitted from * generated entries — live model enumeration requires a network call and * belongs in the hand-written builtin for each provider. * * Builtin profiles located in `packages/core/src/llm/backends/` take * precedence over these generated entries when merging the provider registry. * * @task T9268 */ export declare const GENERATED_PROVIDER_PROFILES: ReadonlyArray; //# sourceMappingURL=provider-profiles.d.ts.map