export declare const $LinkedIpUpdate: {
    properties: {
        bootdevice: {
            type: string;
        };
        name: {
            type: string;
        };
    };
};
