export declare function downloadJson(data: object, fileName: string): void;
export declare function downloadBlob(blob: Blob, fileName: string): void;
export declare function downloadUrl(url: string, fileName: string): void;
