import type { Coordinate } from 'ol/coordinate' import type { EventsKey } from 'ol/events' import type { ProjectionLike } from 'ol/proj' import type { Style, Image } from 'ol/style' declare module 'ol/Map' { /** Show a markup a point on postcompose * @deprecated use map.animateFeature instead * @param {Array} point to pulse * @param {markup.options} pulse options param * - projection {projection|String|undefined} projection of coords, default none * - delay {Number} delay before mark fadeout * - maxZoom {Number} zoom when mark fadeout * - style {style.Image|Style|Array