import type { PluginRevertAction } from '@magnetarjs/types'; import { MakeRestoreBackup, SimpleStoreOptions } from '../CreatePlugin.js'; export declare function revertActionFactory(data: { [collectionPath: string]: Map; }, simpleStoreOptions: SimpleStoreOptions, restoreBackup: MakeRestoreBackup): PluginRevertAction;