import { OriWriteBatch, WriteBatchDelete } from '../types'; export declare const deleteCreator: (writeBatch: OriWriteBatch) => WriteBatchDelete;