import { ByteBuffer } from '@xmcl/bytebuffer'; import type { ReadContext, WriteContext } from './index'; export declare function writeUTF8(out: ByteBuffer, str: string | undefined, context: WriteContext): void; export declare function readUTF8(buff: ByteBuffer, context: ReadContext): string; //# sourceMappingURL=utils.d.ts.map