import { FileToDownload } from '../types/own'; export declare function downloadFiles(prefix: string, files: FileToDownload[]): Promise;