import type { Value } from "../value/index.js"; import * as Values from "../value/index.js"; export declare function clazzLookupProperty(target: Value, clazz: Values.Clazz, name: string): Value | undefined; //# sourceMappingURL=clazzLookupProperty.d.ts.map