export declare const RETIRED_MODEL_KEYS: readonly ["google-antigravity/gemini-3.1-pro-high"]; export declare function isRetiredModelKey(provider: string, modelId: string): boolean; export declare function isRetiredModel(model: { provider: string; id: string; }): boolean;