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