import type { ToolDefinition } from "@/types"; /** * Builds the search_memory tool that queries the memory graph asynchronously. * Returns a query ID that receives results once the search completes. */ export declare function memorySearchToolBuild(): ToolDefinition; //# sourceMappingURL=memorySearchToolBuild.d.ts.map