/** * 下载 * @param { string } href * @param { string } name */ export declare const _download: (url: string, name?: string) => void;