import type { ToolDefinition } from "../types/tools.js"; /** * Message tool - Send follow-up messages to running async tasks */ export declare const messageTool: ToolDefinition; //# sourceMappingURL=message.d.ts.map