import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-static-semantics-nonconstructorelements */ export declare function NonConstructorElements(ClassElementList: ParseNode.ClassElementList): ParseNode.ClassElement[]; //# sourceMappingURL=NonConstructorElements.d.mts.map