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