import { type ValueEvaluator } from '../evaluator.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-array-initializer-runtime-semantics-evaluation */ export declare function Evaluate_ArrayLiteral({ ElementList }: ParseNode.ArrayLiteral): ValueEvaluator; //# sourceMappingURL=ArrayLiteral.d.mts.map