import { Http } from '@angular/http'; export declare class MapService { private http; defaults: any; private maps; private map_promise; constructor(http: Http); setDefaults(options: any): void; getMap(map_url: string): any; }