export declare function DownloadBackup(host: string, apikey: string, identifier: string, uuid: string): Promise<any>;
