import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-regular-expression-literals-runtime-semantics-evaluation */ export declare function Evaluate_RegularExpressionLiteral(RegularExpressionLiteral: ParseNode.RegularExpressionLiteral): Generator, import("#self").EvaluatorNextType>; //# sourceMappingURL=RegularExpressionLiteral.d.mts.map