import type { ToolDefinition } from "@/types"; /** * Builds the skip tool that models call to skip a turn. * When called, the agent loop stops without further inference. */ export declare function skipToolBuild(): ToolDefinition; //# sourceMappingURL=skipTool.d.ts.map