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