export declare const downloadJsonFile: (content: string, filename: string) => void;
export declare const downloadFile: (content: string, filename: string, type: string) => void;
