import * as $dara from '@darabonba/typescript'; export declare class DescribeCertificateStateRequest extends $dara.Model { /** * @remarks * The ID of the certificate request order to query. * * > You can call [ListUserCertificateOrder](https://help.aliyun.com/document_detail/455804.html) to obtain this ID. * * This parameter is required. * * @example * 123451222 */ orderId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }