/// interface ICenter { lat: number; lng: number; } export declare const setMapCenter: (map: google.maps.Map, center: ICenter) => void; export declare const isCoordinate: (coor: any) => boolean; export {};