import type { BotConfig } from "../config/config.js"; export declare function applyMinimaxProviderConfig(cfg: BotConfig): BotConfig; export declare function applyMinimaxHostedProviderConfig(cfg: BotConfig, params?: { baseUrl?: string; }): BotConfig; export declare function applyMinimaxConfig(cfg: BotConfig): BotConfig; export declare function applyMinimaxHostedConfig(cfg: BotConfig, params?: { baseUrl?: string; }): BotConfig; export declare function applyMinimaxApiProviderConfig(cfg: BotConfig, modelId?: string): BotConfig; export declare function applyMinimaxApiConfig(cfg: BotConfig, modelId?: string): BotConfig; export declare function applyMinimaxApiProviderConfigCn(cfg: BotConfig, modelId?: string): BotConfig; export declare function applyMinimaxApiConfigCn(cfg: BotConfig, modelId?: string): BotConfig;