import Map from 'ol/Map'; import { Destroyable } from "@u-gis/core"; export declare class WASDController extends Destroyable { private map; private keysPressed; private animationId; private view; constructor(container: HTMLDivElement, map: Map, startLonLat: [number, number]); private updatePosition; } //# sourceMappingURL=walk.d.ts.map