export declare const $LinkedStorageUpdate: {
    properties: {
        ordering: {
            type: string;
        };
        bootdevice: {
            type: string;
        };
        l3security: {
            type: string;
            contains: {
                type: string;
            };
        };
    };
};
