import type { ParseNode } from '../parser/ParseNode.mts'; import { type Completion, type Value } from '#self'; /** https://tc39.es/ecma262/#sec-block-runtime-semantics-evaluation */ export declare function Evaluate_StatementList(StatementList: ParseNode.StatementList): Generator, import("#self").EvaluatorNextType>; //# sourceMappingURL=StatementList.d.mts.map