import type { PluginDeleteAction } from '@magnetarjs/types';
import { BatchSyncMap, FirestorePluginOptions } from '../CreatePlugin.js';
export declare function deleteActionFactory(batchSyncMap: BatchSyncMap, firestorePluginOptions: Required<FirestorePluginOptions>): PluginDeleteAction;