export declare const $ServerinIsoimage: {
    type: string;
    contains: {
        properties: {
            bootdevice: {
                type: string;
            };
            create_time: {
                type: string;
                format: string;
            };
            object_name: {
                type: string;
            };
            object_uuid: {
                type: string;
                format: string;
            };
        };
    };
};
