/**
 * Builder for utf8-typed data batches.
 */
export class Utf8Builder extends BinaryBuilder {
}
import { BinaryBuilder } from './binary.js';
