declare const useGetSetState: (initialState?: T) => [() => T, (patch: Partial) => void]; export default useGetSetState;