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