export declare class IpUtils { /** * Get the ip address. */ static getIpAddress(): string; } export declare function getIpList(): any[];