import type WebTransport from './webtransport.ts'; import type { StreamMuxerFactory } from '@libp2p/interface'; export declare function webtransportMuxer(webTransport: WebTransport): StreamMuxerFactory; //# sourceMappingURL=muxer.d.ts.map