import { State } from "../client"; import { PointsState } from "../client"; export declare const stateDiff: (state: PointsState, newState: PointsState) => PointsState; export declare const areStatesEqual: (state: State, newState: State) => boolean;