export declare enum SwapCommitStatus {
    EXPIRED = 0,
    NOT_COMMITED = 1,
    COMMITED = 2,
    PAID = 3,
    REFUNDABLE = 4
}
