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