import * as $dara from '@darabonba/typescript'; export declare class DescribeInstanceClusterInfoRequest extends $dara.Model { /** * @remarks * The name of the dedicated instance cluster. * * @example * testvpc */ instanceClusterName?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }