⚠️ Internal: This API is not publically exported by the package.
WritableStream: {
    prototype: WritableStream<any>;
    new <W>(underlyingSink?, strategy?): WritableStream<W>;
}

Type declaration