import type { ModelMessage } from "@zhivex-ai/core"; import type { GatewayInputMessage, GatewayModelTarget, GatewayResponse } from "./types.js"; export declare const gatewayMessagesToModelMessages: (messages: GatewayInputMessage[], systemPrompt?: string) => ModelMessage[]; export declare const createRouteDecision: (mode: GatewayResponse["routeDecision"]["mode"], intent: GatewayResponse["routeDecision"]["intent"], orderedTargets: GatewayModelTarget[]) => GatewayResponse["routeDecision"]; //# sourceMappingURL=compat.d.ts.map