import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-function-definitions-runtime-semantics-evaluation */ export declare function Evaluate_FunctionStatementList(FunctionStatementList: ParseNode.FunctionStatementList): Generator, import("../evaluator.mts").EvaluatorNextType>; //# sourceMappingURL=FunctionStatementList.d.mts.map