import * as $dara from '@darabonba/typescript'; export declare class DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage extends $dara.Model { displayName?: string; endTime?: string; initCapacity?: number; startTime?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSnapshotPackageResponseBodySnapshotPackages extends $dara.Model { snapshotPackage?: DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSnapshotPackageResponseBody extends $dara.Model { /** * @remarks * The page number. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; snapshotPackages?: DescribeSnapshotPackageResponseBodySnapshotPackages; /** * @remarks * The total number of OSS storage plans. * * @example * 1 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }