import type ASN1Element from "../asn1.mjs";
export default function sortCanonically(elements: ASN1Element[]): ASN1Element[];
