import { type HybridParams, type SearchResult } from "../../../../../lib/graph-search/dist/index.js"; export type MemorySearchParams = Omit & { limit?: number; fields?: string[]; }; export declare function memorySearch(params: MemorySearchParams): Promise; //# sourceMappingURL=memory-search.d.ts.map