export declare class IpService {
    private USERINFO_ENDPOINT;
    private USERINFO_ENDPOINT_2;
    private publisherInfo;
    setIp(): Promise<void>;
    getIp(): string;
}
