export declare enum Status { APPROVED = 0, REJECTED = 1, WAITING = 2, CANCELED = 3 }