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