interface Readerimport { type Reader } from "https://deno.land/x/easyts@0.1.3/io/mod.ts"; Methodsread(b: Uint8Array): Promise<number | null>