import type { IRTCPeerConnection } from "../api/webrtc/interfaces"; export declare const handleQueuedIceCandidates: (epc: IRTCPeerConnection) => Promise; //# sourceMappingURL=handleQueuedIceCandidates.d.ts.map