import type { Mem0Accessor } from '../../accessor/mem0.ts'; /** * Run a semantic search in the scope and render ranked results. * * `memoryIds` is an optional result id allowlist. */ export declare function searchMemoriesRendered(accessor: Mem0Accessor, query: string, mountPrefix: string, topK: number, threshold: number, memoryIds?: ReadonlySet): Promise; //# sourceMappingURL=search.d.ts.map