import { type ValueEvaluator } from '../evaluator.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-async-function-definitions-runtime-semantics-evaluation */ export declare function Evaluate_AwaitExpression({ UnaryExpression }: ParseNode.AwaitExpression): ValueEvaluator; //# sourceMappingURL=AwaitExpression.d.mts.map