/** * 下载 * @param { string } href * @param { string } name */ export declare const download: (data: Blob, type?: string, name?: string) => void;