export declare type AutocompletePredictionResponse = { status: string; predictions: any; }; export declare type PlaceResultResponse = { result: any; status: string; }; //# sourceMappingURL=address-lookup-proxy-google.d.ts.map