import type { SQLiteStore } from '../storage/sqlite.js'; import type { Neo4jStore } from '../storage/neo4j.js'; import type { MemoryExportInput, MemoryExportOutput } from '../types/index.js'; export declare function handleMemoryExport(args: MemoryExportInput, sqlite: SQLiteStore, neo4j: Neo4jStore): Promise; //# sourceMappingURL=export.d.ts.map