export declare const PROVIDER_IDS: readonly ["anthropic", "openai", "google", "grok", "bedrock"]; export type ProviderId = (typeof PROVIDER_IDS)[number]; //# sourceMappingURL=ids.d.ts.map