import type { MemoryRelateInput, MemoryRelateOutput } from '../types/index.js'; import type { Neo4jStore } from '../storage/neo4j.js'; export declare function handleMemoryRelate(args: MemoryRelateInput, neo4j: Neo4jStore): Promise; //# sourceMappingURL=relate.d.ts.map