/** * Download file * * @param {string} fileUrl github branch zip url * @param {string} outputLocation output path * @returns */ export declare const download: (fileUrl: string, outputLocation: any) => Promise;