declare const setState: <T>(_state: T, payload: T) => T;
export { setState };