export declare function download(fileName?: string): (blob: Blob) => void;
