export declare enum IceState {
    NEW = 0,
    CONNECTED = 1,
    COMPLETED = 2,
    DISCONNECTED = 3
}
//# sourceMappingURL=ice-state.d.ts.map