export declare enum WaitingProcess { APPROVED = 0, WAITING = 1, CANCELED = 2 }