export declare enum BulkUploadStatusTypeEnum { PENDING_APPROVAL = 100001, APPROVED = 100002, REJECTED = 100003, ON_HOLD = 100004 }