export declare const $ServerinStrorage: {
    type: string;
    contains: {
        properties: {
            bootdevice: {
                type: string;
            };
            bus: {
                type: string;
            };
            controller: {
                type: string;
            };
            create_time: {
                type: string;
                format: string;
            };
            lun: {
                type: string;
            };
            object_name: {
                type: string;
            };
            object_uuid: {
                type: string;
                format: string;
            };
            target: {
                type: string;
            };
        };
    };
};
