/** * Custom utf8 TextDecoder that uses StringDecoder under the hood. * This should only be used with utf8 and does NOT support TextDecoder options, like streaming. */ export declare class StringTextDecoder extends TextDecoder { decode(input?: BufferSource, options?: TextDecodeOptions): string; } //# sourceMappingURL=utils.d.ts.map