import { CurrentPose } from '../components/PoseElement/types'; export declare const hasChanged: (prev: CurrentPose, next: CurrentPose) => boolean;