import type { SQLiteStore } from '../storage/sqlite.js'; import type { Neo4jStore } from '../storage/neo4j.js'; import type { CortexExportData, ExportFilters } from '../types/index.js'; export declare function exportMemories(sqlite: SQLiteStore, neo4j: Neo4jStore, filters?: ExportFilters): Promise; //# sourceMappingURL=exporter.d.ts.map