import type ASN1Element from "../asn1.mjs";
import type ConstructedElementSpecification from "../ConstructedElementSpecification.mjs";
export default function validateConstruction(elements: ASN1Element[], specification: ConstructedElementSpecification[]): void;
