declare const _default: () => Promise<{ country: string; city: string; lat: number; lon: number; }>; export default _default;