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