export declare class MemoryReadableStream extends ReadableStream<Uint8Array> {
    constructor(input: Uint8Array | Uint8Array[]);
}
//# sourceMappingURL=MemoryReadableStream.d.ts.map