export declare enum TransferStatusEvent {
    WILLPROCESSON = 0,
    POSTEDON = 1,
    NOFUNDSON = 2,
    CANCELEDON = 3,
    FAILEDON = 4
}
