export declare const $LinkedIp: {
    properties: {
        object_uuid: {
            type: string;
            format: string;
        };
        family: {
            type: string;
        };
        prefix: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        ip: {
            type: string;
        };
    };
};
