/** * query_cross — read-only cross-namespace memory search. * * Queries memories from other namespaces that have opted in via the * `queryable` flag. This is strictly read-only: no touchMemory, * no updateMemory, no triggers, no bridges. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const queryCrossTool: ToolDefinition; //# sourceMappingURL=query-cross.d.ts.map