export declare namespace TokenTypes { const SPACE = "space"; const TEXT = "text"; const TAB = "tab"; const NEW_LINE = "newLine"; const LEFT_PAREN = "leftParen"; const RIGHT_PAREN = "rightParen"; const DOT = "dot"; const COLON = "colon"; const OPERATOR = "operator"; const COMMA = "comma"; }