import * as $dara from '@darabonba/typescript'; export declare class CancelPendingCertificateRequest extends $dara.Model { /** * @remarks * The ID of the instance. * * This parameter is required. * * @example * cas_dv-cn-rp643r82d0i1 */ instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }