/** * notice — fast-path observation without embedding. * Stored immediately, embedded during the next embed-pending job. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const noticeTool: ToolDefinition; //# sourceMappingURL=notice.d.ts.map