export declare const $StorageUpdate: {
    properties: {
        name: {
            type: string;
        };
        capacity: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        storage_type: {
            type: string;
        };
    };
};
