export declare enum CompanyStatus { APPROVED = "approved", PENDING = "pending", CANCELED = "canceled" }