import * as $dara from '@darabonba/typescript'; export declare class RevokeWHClientCertificateResponseBody extends $dara.Model { /** * @remarks * The unique identifier for the request. * * @example * 15C66C7B-671A-4297-9187-2C4477247A74 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }