import * as $dara from '@darabonba/typescript'; export declare class CheckCommercialStatusRequest extends $dara.Model { /** * @remarks * The region ID. Default value: cn-hangzhou. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The ARMS sub-service. Valid values: * * * apm: Application Monitoring * * rum: RUM * * prometheus: Managed Service for Prometheus * * xtrace: Managed Service for OpenTelemetry * * This parameter is required. * * @example * apm */ service?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }