/**
 * IP address detection service
 */
export declare class IpService {
    private static httpClient;
    static fetchIp(): Promise<string>;
}
