import * as $dara from '@darabonba/typescript'; export declare class RevokeWHClientCertificateRequest extends $dara.Model { /** * @remarks * The unique identifier of the client or server certificate to revoke. * * This parameter is required. * * @example * 160ae6bb538d538c70c01f81dcf2**** */ identifier?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }