import type { GatewayProviderMetadata, GatewayStreamRequest } from "@cline/shared"; import { type ProviderOptionsPatch } from "./utils"; export declare const MINIMAX_THINKING_ROUTING_METADATA: GatewayProviderMetadata; export declare function buildMiniMaxThinkingProviderOptionsPatch(request: GatewayStreamRequest, providerOptionsKey: string): ProviderOptionsPatch | undefined; export declare function buildMiniMaxGatewayReasoningProviderOptionsPatch(request: GatewayStreamRequest, providerOptionsKey: string): ProviderOptionsPatch | undefined; //# sourceMappingURL=minimax-thinking.d.ts.map