import { Player } from '../core/Animation'; declare module "./Map" { interface Map { isRotating(): boolean; animateTo(view: MapViewType, options?: MapAnimationOptionsType, step?: (frame: any) => void): Player; flyTo(view: MapViewType, options?: MapAnimationOptionsType, step?: (frame: any) => void): this; isAnimating(): boolean; } } //# sourceMappingURL=Map.Anim.d.ts.map