export default function useBigState(initalState: State): [State, (obj: Partial) => void];