ReadableStream: {
    prototype: ReadableStream<any>;
    new <R>(underlyingSource?, strategy?): ReadableStream<R>;
}

Type declaration