export declare const $DeletedStoragesGetResponse: {
    properties: {
        deleted_storages: {
            type: string;
        };
    };
};
