declare const useConstant: (fn: () => T) => T; export { useConstant };