/**
 * @internal
 */
export interface TextDecoderEsque {
  decode(chunk: Uint8Array): string;
}
