import * as $dara from '@darabonba/typescript'; export declare class DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSetRelatedItem extends $dara.Model { name?: string; value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSet extends $dara.Model { relatedItem?: DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSetRelatedItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress extends $dara.Model { errorCode?: string; errorMsg?: string; operationStatus?: string; relatedItemSet?: DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgressRelatedItemSet; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DeleteSnapshotGroupResponseBodyOperationProgressSet extends $dara.Model { operationProgress?: DeleteSnapshotGroupResponseBodyOperationProgressSetOperationProgress[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DeleteSnapshotGroupResponseBody extends $dara.Model { operationProgressSet?: DeleteSnapshotGroupResponseBodyOperationProgressSet; /** * @remarks * The ID of the request. * * @example * 6EDE885A-FDC1-4FAE-BC44-6EACAEA6CC6E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }