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