export declare function getIpAddressAndNetworkInfo(apiKey: string, ipAddress?: string): Promise<import("axios").AxiosResponse<any, any> | "Add an apiKey">;
export declare function getIpAddressOnly(ipAddress?: string): Promise<import("axios").AxiosResponse<any, any>>;
