declare const useViewerJSON: () => { formatJSON: (value: any) => string; }; export default useViewerJSON;