export declare enum StatusCommission { PENDING = "PENDING", ACCEPTED = "ACCEPTED", REJECTED = "REJECTED" }