export declare const ENDPOINT_GEMINI_API = "https://generativelanguage.googleapis.com/v1";
export declare const MODEL_GEMINI_2_0_FLASH = "gemini-2.0-flash";
export declare const MODEL_GEMINI_2_0_FLASH_LITE = "gemini-2.0-flash-lite";
export declare const MODEL_GEMINI_1_5_FLASH = "gemini-1.5-flash";
export declare const MODEL_GEMINI_2_5_PRO_EXP_03_25 = "gemini-2.5-pro-exp-03-25";
export declare const MODEL_GEMINI_1_5_PRO = "gemini-1.5-pro";
export declare const GEMINI_VISION_SUPPORTED_MODELS: string[];
