import { CertIDList } from './signing_certificate.js'; import { UnsignedSignatureProperty } from './unsigned_signature_properties.js'; import { XadesObject } from './xml_base.js'; /** * Represents the element of an XML signature. * * ```xml * * * * * * * * ``` */ export declare class CompleteCertificateRefs extends XadesObject implements UnsignedSignatureProperty { Id: string; CertRefs: CertIDList; }