import type { ParseNode } from '../parser/ParseNode.mts'; /** https://tc39.es/ecma262/#sec-static-semantics-bodytext */ export declare function BodyText(RegularExpressionLiteral: ParseNode.RegularExpressionLiteral): string; //# sourceMappingURL=BodyText.d.mts.map