export declare type CourseLessonExams = { id: number; type: string; formUrl: string; createdAt: string; updatedAt: string; deletedAt?: string | null; };