import type { MemoryEntry } from './memory.js'; import { type SearchResult } from './search.js'; export declare function multihopSearch(query: string, entries: MemoryEntry[], options?: { budget?: number; now?: Date; hippoRoot?: string; minResults?: number; includeSuperseded?: boolean; asOf?: string; }): SearchResult[]; //# sourceMappingURL=multihop.d.ts.map