import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-static-semantics-isstatic */ export declare function IsStatic(ClassElement: ParseNode.ClassElement): boolean | undefined; //# sourceMappingURL=IsStatic.d.mts.map