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