import * as $dara from '@darabonba/typescript'; export declare class OpenAckServiceRequest extends $dara.Model { /** * @remarks * The type of service to activate. Valid values: * * - `propayasgo`: Container Service for Kubernetes (including ACK managed clusters and ACK dedicated clusters), Container Service Serverless, and registered clusters. * - `edgepayasgo`: Container Service Edge. * * @example * propayasgo */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }