export declare function getRTCError(event: Event, fallbackMessage?: string): Error;
export declare function getRTCErrorMessage(event: Event, fallbackMessage?: string): string;
export declare function isTerminalConnectionState(state: RTCIceConnectionState): boolean;
