import { TState } from '../types';
export declare const validateState: (expectedStates: TState[], currentState: TState) => void;
//# sourceMappingURL=validate-state.d.ts.map