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