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