export declare const $LinkedIpGetResponse: {
    properties: {
        ip_relation: {
            type: string;
        };
    };
};
