type alias Nodeimport { type Node } from "https://deno.land/x/pbkit@v0.0.57/core/ast/lexical-elements.ts"; definition: | CommentGroup | SinglelineComment | MultilineComment | Keyword | Type | FullIdent | Ident | Dot | Comma | Semi | IntLit | SignedIntLit | FloatLit | SignedFloatLit | BoolLit | StrLit | Aggregate | Empty