import type { NormalExpressionNodeWithName } from '../types'; import type { ParserContext } from '../ParserContext'; export declare function parseRegexpShorthand(ctx: ParserContext): NormalExpressionNodeWithName;