declare const XmlProperties: {
    namespaces: {
        ds: string;
        xades: string;
    };
    algorithms: {
        canonicalization: string;
        digest: string;
        signature: string;
        transform: string;
    };
    types: {
        signedProperties: string;
    };
};
export { XmlProperties };
