import { THereMapsMapEvents } from '../types';
import { IHereMaps } from './here-maps';
export interface IHereMapsWithMapEventsNamespace extends IHereMaps {
    mapevents: THereMapsMapEvents;
}
//# sourceMappingURL=here-maps-with-map-events-namespace.d.ts.map