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