/** * resolve — mark a signal as resolved with an optional note. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const resolveTool: ToolDefinition; //# sourceMappingURL=resolve.d.ts.map