import { StorageIndex } from './StorageIndex';
export declare type DeletedStoragesGetResponse = {
    deleted_storages?: StorageIndex;
};
