import Point from '../geo/Point'; declare module "./Map" { interface Map { onZoomStart(nextZoom: number, origin?: Point): any; onZooming(nextZoom: number, origin?: Point, startScale?: number): any; onZoomEnd(nextZoom: number, origin?: Point): any; } } //# sourceMappingURL=Map.Zoom.d.ts.map