import { Ip } from './Ip';
export declare type IpGetResponse = {
    ip?: Ip;
};
