declare const useGetSet: (initialValue: T) => [() => T, (value: T) => void]; export default useGetSet;