import { Utf8View } from '../type.js'; import { BuilderOptions } from '../builder.js'; import { BinaryViewBuilder } from './binaryview.js'; /** @ignore */ export declare class Utf8ViewBuilder extends BinaryViewBuilder { constructor(opts: BuilderOptions); setValue(index: number, value: Utf8View['TValue']): this; }