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