export declare type ApiBodyParamsCourse = { name: string; title: string; logoUrl?: string; bannerUrl?: string; description?: string; overviewVideo?: string; overviewText?: string; Languages?: Array; };