export default function useConstant(fn: () => T): T;