import type { ToolDefinition } from "../types/tools.js"; /** * Status tool - Check task status and progress */ export declare const statusTool: ToolDefinition; //# sourceMappingURL=status.d.ts.map