import { DeviceInfo, GeolocationData } from '../types'; export declare const fetchPublicIP: () => Promise; export declare const fetchGeolocation: (ipAddress: string | null, ipInfoKey: string) => Promise; export declare const getDeviceDetails: (ipInfoKey: string) => Promise;