import { StorageIndex } from './StorageIndex';
export declare type StoragesGetResponse = {
    storages?: StorageIndex;
};
