import { TokenType } from 'chevrotain'; export declare const tokenVocabulary: { [key: string]: TokenType; }; export declare function lex(inputText: string): import("chevrotain").ILexingResult;