import * as execa from 'execa';
export declare function download(url: string, filepath?: string | string[]): Promise<execa.ExecaReturns>;
