import { NgxCvbspAuthorToolService } from '@vlemaitre/ngx-cvbsp-author-tool'; export declare class NgxPlayerVideoCreateService { private authorToolService; /** add url to upload file, this url must return a response in the following format { data : { externalUrl : '' }} */ urlToUpload: string; constructor(authorToolService: NgxCvbspAuthorToolService); setTranslations(): void; }