export declare function downloadFile(fileurl: string, filedir: string, progress?: string | null): Promise<void>;
export declare function getDownloaded(): string[];
