import type { SentenceChildEL } from "../../../node/cst/inline"; import { ____PointerRanges } from "../../../node/el/controls"; import type { WithErrorRule } from "../util"; export declare const $ambiguousNameParenthesesContent: WithErrorRule<{ valueELs: SentenceChildEL[]; following: boolean; pointerRanges: ____PointerRanges | null; }>; export default $ambiguousNameParenthesesContent;