import * as $dara from '@darabonba/typescript'; export declare class DeletePCACertRequest extends $dara.Model { /** * @remarks * The unique identifier of the certificate. You can call the [ListCert](https://help.aliyun.com/document_detail/452331.html) operation to query the unique identifiers of certificates. * * This parameter is required. * * @example * ccaf0c629c2be1e2ab */ identifier?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }