export { BatchCommittedError };
export function create(blocks: API.BlockFetcher, head: API.EventLink<API.Operation>[]): Promise<API.CRDTBatcher>;
import { BatchCommittedError } from '../../batch/index.js';
import * as API from './api.js';
//# sourceMappingURL=index.d.ts.map