import { LinkedIp } from './LinkedIp';
export declare type LinkedIpGetResponse = {
    ip_relation?: LinkedIp;
};
