/** * Let the browser start downloading a file */ export declare function downloadFile(src: string): void;