import type Map from 'ol/Map';
import type { MTFlightAnimationOptions } from '../../../ts/types';
export declare function flyToAnimation(map: Map, options: MTFlightAnimationOptions): void;
