/** * Laravel Service - Google Data */ declare class GoogleData { route: any; constructor(); getSearchLocationFromGoogleData(key: any): Promise; getInterestsFromGoogleData(key: any): Promise; } export { GoogleData as default };