import type { MemoryRoot, SearchHit } from "./types.js"; export declare function searchMemory(root: MemoryRoot, query: string): Promise;