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