interface ReadableWritablePair Private Type Parameters R = any W = any Properties readable: ReadableStream<R> writable: WritableStream<W>