import type ASN1Element from "../asn1.mjs";
export default interface Enelementable {
    toElement(): ASN1Element;
}
