/** * Get the UI version from the store * * The UI version is an integer incremented by the refresh button; * it serves to force running fetch hooks again. */ declare const useVersion: () => number; export default useVersion;