import { IGeneralContext } from '../types'; declare const updateState: (context: T, state?: string) => void; export default updateState;