import * as $dara from '@darabonba/typescript'; export declare class DeleteUserCertificateRequest extends $dara.Model { /** * @remarks * The certificate ID. * * > To obtain the certificate ID, call the [ListUserCertificateOrder](https://help.aliyun.com/document_detail/455804.html) operation. * * This parameter is required. * * @example * 7562353 */ certId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }