// This is just a stub where we declare what we use from the web-streams-polyfill, for type checks.
// At build time, a pair of .js + .d.ts files is copied in place of this file from the polyfill package.
export const WritableStream: typeof global.WritableStream
export const TransformStream: typeof global.TransformStream
