declare const XmlProperties: {
    namespaces: {
        ds: string;
        xades: string;
    };
    algorithms: {
        canonicalization: string;
        digest: string;
        signature: string;
        transform: string;
    };
    types: {
        signedProperties: string;
    };
};
declare const SupportedDocumentTypes: Set<string>;
export { XmlProperties, SupportedDocumentTypes };
