export declare const $LinkedStorage: {
    properties: {
        storage_type: {
            type: string;
        };
        target: {
            type: string;
        };
        bus: {
            type: string;
        };
        capacity: {
            type: string;
        };
        license_product_no: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        controller: {
            type: string;
        };
        lun: {
            type: string;
        };
        create_time: {
            type: string;
            format: string;
        };
        last_used_template: {
            type: string;
            format: string;
        };
        bootdevice: {
            type: string;
        };
        object_name: {
            type: string;
        };
    };
};
