import type ASN1Element from "../asn1.mjs";
export default interface Deelementable {
    fromElement(el: ASN1Element): void;
}
