TYPES_CSS_SIMPLE_SELECTOR: Set<
    | "AttributeSelector"
    | "ClassSelector"
    | "IdSelector"
    | "NestingSelector"
    | "Nth"
    | "Percentage"
    | "PseudoClassSelector"
    | "PseudoElementSelector"
    | "TypeSelector",
> = ...

Set containing all of the AST node types for CSS simple Selector. @NO_SIDE_EFFECTS