import * as $dara from '@darabonba/typescript'; export declare class DescribeRegionsRequest extends $dara.Model { /** * @remarks * Filters the results by language (Chinese or English). * * @example * zh-CN */ acceptLanguage?: string; /** * @remarks * The cluster type. * * @example * ManagedKubernetes */ clusterType?: string; /** * @remarks * The subtype of managed clusters. * * @example * Default */ profile?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }