import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-asyncgenerator-definitions-evaluation */ export declare function Evaluate_AsyncGeneratorExpression(AsyncGeneratorExpression: ParseNode.AsyncGeneratorExpression): import("../index.mts").Mutable; //# sourceMappingURL=AsyncGeneratorExpression.d.mts.map