export declare enum AnimationStep { BEFORE_MOVE = 1, AFTER_MOVE = 2, BEFORE_UNDO = 3, AFTER_UNDO = 4 }