export declare const getGoogleMapApiKey: () => any; export declare function getAddressByLatLng(lat: number, lng: number): Promise; export declare function getAddressByPlaceId(placeId: string): Promise; //# sourceMappingURL=google-map-services.d.ts.map