import type { BotConfig } from "../config/config.js"; export declare const GOOGLE_GEMINI_DEFAULT_MODEL = "google/gemini-3-pro-preview"; export declare function applyGoogleGeminiModelDefault(cfg: BotConfig): { next: BotConfig; changed: boolean; };