import * as $dara from '@darabonba/typescript'; export declare class GetInstanceSummaryRequest extends $dara.Model { /** * @remarks * The instance type. Valid values: BUY: a paid certificate. TEST: a test certificate. * * @example * TEST */ instanceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }