/** * Automatically adds anthropic_beta parameters for Azure OpenAI provider with Claude models * This is needed for Azure OpenAI's Claude model proxy service * * @param modelId - The model identifier * @param provider - The provider name * @param existingParams - Existing experimental parameters * @returns Updated parameters with anthropic_beta if applicable */ export declare function addAzureClaudeParamsIfNeeded(modelId: string, provider: string, existingParams?: Record): Record | undefined; //# sourceMappingURL=azure-claude-params.d.ts.map