import { IState } from '../../types/'; export declare function isAltered(newState: IState): boolean; export declare function mergeIsAlteredState(newState: IState): IState;