import { AnimationContext } from './AnimationContext'; export declare class Animations { getDuration(move: Move, context: AnimationContext): number; getPreDuration?(move: Move, context: AnimationContext): number; getPostDuration?(move: Move, context: AnimationContext): number; getUndoPreDuration?(move: Move, context: AnimationContext): number; getUndoPostDuration?(move: Move, context: AnimationContext): number; pauseNextConsequenceAnimation(_move: Move, _context: AnimationContext): boolean; }