interface TaskResponseFile { format: string; arFileUrl: string; } export declare class Task { tasksUrl: any; token: string; private headers; constructor(tasksUrl: any, token: string, isOwin?: boolean); upload: (file: File, options: any) => Promise; private uploadFileChunked; private resumableUpload; private createTask; private getResultFromTask; } export {};