export declare class UpdateCourseStatusModel { courseId: number; statusLookupId: number; rejectionReasonId: any; comments: string; }