declare function useSetRefs(initial: T): [T, (obj: Record) => void]; export { useSetRefs };