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