import type { RxPlugin, RxCollection } from '../../types/index.d.ts'; import { RxMigrationState } from './rx-migration-state.ts'; export declare const DATA_MIGRATOR_BY_COLLECTION: WeakMap; export declare const RxDBMigrationPlugin: RxPlugin; export declare const RxDBMigrationSchemaPlugin: RxPlugin; export * from './rx-migration-state.ts'; export * from './migration-helpers.ts'; export * from './migration-types.ts';