import * as i0 from "@angular/core"; export declare class GooglePlacesService { constructor(); getPlacePredictions(query: string): Promise; getPlaceDetails(placeId: string): Promise; isValidAddress(place: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }