declare const download: (name: string, data: any, type?: string) => void;
export default download;
