import type { ToolDefinition } from "../types/tools.js"; /** * Resume tool - Continue conversation (sync or async) */ export declare const resumeTool: ToolDefinition; //# sourceMappingURL=resume.d.ts.map