import type { BotConfig } from "../config/config.js"; export declare function applyVercelAiGatewayProviderConfig(cfg: BotConfig): BotConfig; export declare function applyCloudflareAiGatewayProviderConfig(cfg: BotConfig, params?: { accountId?: string; gatewayId?: string; }): BotConfig; export declare function applyVercelAiGatewayConfig(cfg: BotConfig): BotConfig; export declare function applyCloudflareAiGatewayConfig(cfg: BotConfig, params?: { accountId?: string; gatewayId?: string; }): BotConfig;