import { MapService } from '../services/abstract/abstract-map'; export interface IInitMap { map: MapService; initMap(map: MapService): void; }