import * as $dara from '@darabonba/typescript'; export declare class DescribeStorageSetsResponseBodyStorageSetsStorageSetTagsTag extends $dara.Model { key?: string; value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeStorageSetsResponseBodyStorageSetsStorageSetTags extends $dara.Model { tag?: DescribeStorageSetsResponseBodyStorageSetsStorageSetTagsTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeStorageSetsResponseBodyStorageSetsStorageSet extends $dara.Model { creationTime?: string; description?: string; regionId?: string; resourceGroupId?: string; storageSetId?: string; storageSetName?: string; storageSetPartitionNumber?: number; tags?: DescribeStorageSetsResponseBodyStorageSetsStorageSetTags; zoneId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeStorageSetsResponseBodyStorageSets extends $dara.Model { storageSet?: DescribeStorageSetsResponseBodyStorageSetsStorageSet[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeStorageSetsResponseBody extends $dara.Model { pageNumber?: number; pageSize?: number; requestId?: string; storageSets?: DescribeStorageSetsResponseBodyStorageSets; totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }