import * as $dara from '@darabonba/typescript'; export declare class UploadPCACertResponseBody extends $dara.Model { /** * @remarks * The unique identifier for the certificate. * * @example * 1ed65580-7e33-6a50-8630-dd13fdc009ee */ identifier?: string; /** * @remarks * The ID of 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; }); }