import * as $dara from '@darabonba/typescript'; export declare class DescribeImageSupportInstanceTypesResponseBodyInstanceTypesInstanceType extends $dara.Model { cpuCoreCount?: number; instanceTypeFamily?: string; instanceTypeId?: string; memorySize?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageSupportInstanceTypesResponseBodyInstanceTypes extends $dara.Model { instanceType?: DescribeImageSupportInstanceTypesResponseBodyInstanceTypesInstanceType[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageSupportInstanceTypesResponseBody extends $dara.Model { /** * @remarks * The ID of the queried image. * * @example * m-o6w3gy99qf89rkga**** */ imageId?: string; instanceTypes?: DescribeImageSupportInstanceTypesResponseBodyInstanceTypes; /** * @remarks * The region ID of the image. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }