import { XmlSignatureObject } from './xml_object.js'; /** * Represents the element of an XML signature. * * ```xml * * * * * * * * * ``` */ /** * * * @export * @class CanonicalizationMethod * @extends {XmlSignatureObject} */ export declare class CanonicalizationMethod extends XmlSignatureObject { Algorithm: string; }