import type { RxPlugin } from '../../types/index.js'; export declare const RxDBCleanupPlugin: RxPlugin; export * from './cleanup.js'; export * from './cleanup-helper.js';