Version: 0.1.00.1.10.1.20.2.00.2.10.2.20.3.00.3.10.3.20.3.30.3.40.3.50.3.60.3.70.3.80.3.90.3.100.4.00.4.10.4.20.4.30.5.00.6.00.6.10.6.20.6.30.7.00.7.10.7.20.7.30.7.40.7.50.7.60.7.70.7.80.7.90.7.100.7.110.7.120.7.130.7.140.8.00.8.10.8.20.9.01.0.01.0.11.0.21.0.31.0.41.0.51.1.01.1.11.2.01.2.11.2.21.3.01.3.11.4.01.4.11.4.21.4.31.5.01.5.11.5.21.5.31.5.41.6.01.6.11.6.21.6.31.6.41.6.51.6.61.6.71.6.81.6.91.6.101.6.111.7.01.7.11.7.21.8.01.8.11.8.21.8.31.8.41.8.51.8.62.0.02.0.12.0.22.1.02.1.13.0.03.1.03.1.13.1.23.1.33.1.43.1.53.1.63.2.03.2.13.3.03.3.13.3.23.3.33.4.03.4.13.4.23.4.33.4.43.5.03.5.13.5.23.5.33.5.44.0.0-alpha.04.0.0-alpha.14.0.04.0.14.0.24.0.34.0.44.0.54.0.64.1.04.1.14.1.24.1.34.1.45.0.05.0.15.1.05.1.15.1.25.2.06.0.06.0.16.0.26.0.36.1.06.1.16.2.06.2.16.2.26.2.36.3.06.3.16.4.06.5.06.5.16.5.26.5.36.5.46.6.06.6.16.6.26.6.3
import { XHR } from "./polling-xhr.node.js";
import { WS } from "./websocket.node.js";
import { WT } from "./webtransport.js";
export declare const transports: {
websocket: typeof WS;
webtransport: typeof WT;
polling: typeof XHR;
};