export declare enum CtoRequestStatus { PENDING = "PENDING", APPROVED = "APPROVED", REJECTED = "REJECTED" }