export default class WebTransport { constructor(url: string | URL, options?: WebTransportOptions); close(): void; createBidirectionalStream(): Promise; closed: Promise; ready: Promise; incomingBidirectionalStreams: ReadableStream; } //# sourceMappingURL=webtransport.d.ts.map