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