export declare enum ChannelState {
    Impossible = -1,
    Open = 0,
    Settling = 1,
    Settled = 2
}
