import type { ToolDefinition } from "../types/tools.js"; /** * Start tool - Agent execution (sync or async) */ export declare const startTool: ToolDefinition; //# sourceMappingURL=start.d.ts.map