declare const useViewerJSONAction: () => { copyToClipboard: (value: unknown) => () => void; formatJSON: (value: any) => string; getDownloadLink: (value: any) => string; handleClose: () => void; handleOpen: () => void; handleResetTree: () => void; handleSubmit: () => void; openModal: boolean; }; export default useViewerJSONAction;