/** * Normalize AI SDK provider strings to base provider ID. * * AI SDK returns provider strings like: * - "anthropic.messages" -> "anthropic" * - "openai.responses" -> "openai" * - "google.generative-ai" -> "google" */ export declare function normalizeProvider(provider: string): string; //# sourceMappingURL=util.d.ts.map