import type { BracketedSelection } from "../../parser/ast.ts"; import type { Context, StackItem } from "../types.ts"; export default function visitBracketedSelection(ctx: Context, item: StackItem, node: BracketedSelection): void;