export declare function isStringAValidJson(str: string): boolean; export declare function downloadJson(toDownload: object | string, fileName: string): void; export declare function downloadJsonFromURL(url: string, fileName: string, cancelCallback: () => boolean, element?: HTMLElement): void;