import type { Address, AddressOption } from '../types/address'; export default function useGoogleMaps(apiKey: string): { getPlaceDetails: (placeId: string) => Promise