import type { Closure } from "../closure/index.js"; import type { Value } from "../value/index.js"; import * as Values from "../value/index.js"; export declare function clazzClosureApply(closure: Closure, arg: Value): Values.Clazz; //# sourceMappingURL=clazzClosureApply.d.ts.map