import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-arrow-function-definitions-runtime-semantics-evaluation */ export declare function Evaluate_ArrowFunction(ArrowFunction: ParseNode.ArrowFunction): import("../index.mts").Mutable; //# sourceMappingURL=ArrowFunction.d.mts.map