import type { RxPlugin, RxCollection } from '../../types'; import { DataMigrator } from './data-migrator'; export declare const DATA_MIGRATOR_BY_COLLECTION: WeakMap; export declare const NxDBMigrationPlugin: RxPlugin; export { _getOldCollections, getBatchOfOldCollection, migrateDocumentData, _migrateDocuments, deleteOldCollection, migrateOldCollection, migratePromise, DataMigrator } from './data-migrator';