import { Signature } from 'xmldsigjs'; import { UnsignedSignatureProperty } from './unsigned_signature_properties.js'; import { XadesObject } from './xml_base.js'; /** * Represents the element of an XML signature. * * ```xml * * * * * * * ``` */ export declare class CounterSignature extends XadesObject implements UnsignedSignatureProperty { Signature: Signature; }