/** * find_duplicates — detect near-duplicate memories using embeddings. * * Scans recent memories, embeds each, and finds nearest neighbors above * a similarity threshold. Optionally merges duplicates by keeping the * higher-salience entry. */ import type { ToolDefinition } from '@fozikio/cortex-engine'; export declare const findDuplicatesTool: ToolDefinition; //# sourceMappingURL=find-duplicates.d.ts.map