/** * ng2-gm - Angular 2 components for Google Maps * @version v0.0.2 * @link https://github.com/williampaulo/angular2-google-maps#readme * @license MIT */ import { SebmGoogleMapRouter } from '../directives/google-map-router'; import { GoogleMapsAPIWrapper } from './google-maps-api-wrapper'; export declare class RouterManager { private _mapsWrapper; constructor(_mapsWrapper: GoogleMapsAPIWrapper); addRoute(router: SebmGoogleMapRouter): void; updateRoute(router: SebmGoogleMapRouter): void; }