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