import * as $dara from '@darabonba/typescript'; export declare class DescribeWarehouseCertRequest extends $dara.Model { /** * @remarks * The unique identifier of the certificate. * * @example * 1ef1da5f-38ed-69b3-****-037781890265 */ certIdentifier?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }