import { Primitives } from '../common.js'; export declare class Text extends Primitives { readonly value: string; constructor(value: string); static fromBytes(buf: Uint8Array): [Text, Uint8Array]; toBytes(): Uint8Array; toJSON(): string; } //# sourceMappingURL=text.d.ts.map