import type { ModelMessage } from "@zhivex-ai/core"; import { type GatewayInputMessage } from "./types.js"; export declare const hasToolHistory: (messages: readonly ModelMessage[]) => boolean; /** Validate the portable gateway subset before routing or invoking any adapter. */ export declare const validateGatewayMessages: (messages: GatewayInputMessage[]) => void; //# sourceMappingURL=history.d.ts.map