/** * Fileとして、ダウンロードする */ export declare function downloadFromURL(url: string, type: string, name: string, fun?: (rogress: number) => void): Promise;