declare const downloadJson: (obj: any, name: string) => void;

export { downloadJson };
