import { type GatewayProviderContext, type GatewayStreamRequest } from "@cline/shared"; /** * Normalize abstract reasoning intent against the provider/model controls * advertised by models.dev. Provider adapters remain responsible only for * translating the normalized request into their wire shape. */ export declare function normalizeReasoningRequest(request: GatewayStreamRequest, context: GatewayProviderContext): GatewayStreamRequest; //# sourceMappingURL=reasoning-options.d.ts.map