export declare const PROVIDER_MODELS: {
    openai: string[];
    google: string[];
    deepseek: string[];
    anthropic: string[];
    xai: string[];
    ollama: string[];
};
