declare const multiRootedXMLError: Error;
declare const parseFromString: (xmlString: string) => import("@xmldom/xmldom").Document;
declare const thumbprint: (cert: string) => string;
declare const getAttribute: <TDefault = unknown>(value: any, path: string, defaultValue?: TDefault) => TDefault;
declare const isMultiRootedXMLError: (err: any) => boolean;
export { parseFromString, thumbprint, getAttribute, isMultiRootedXMLError, multiRootedXMLError };
