import type ASN1Element from "../asn1.mjs";
export default function compareSetOfElementsCanonically(a: ASN1Element, b: ASN1Element): number;
