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