import * as $dara from '@darabonba/typescript'; export declare class SetDomainCertificateResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 6EF60BEC-0242-43AF-BB20-270359FB54A7 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }