export declare enum Status {
    PENDING = 0,
    IN_PROGRESS = 1,
    SUCCESS = 2,
    ERROR = 3
}
