export declare const $LinkStorage: {
    properties: {
        object_uuid: {
            type: string;
            isRequired: boolean;
            format: string;
        };
        bootdevice: {
            type: string;
        };
    };
};
