import { ATN } from "antlr4ts/atn/ATN"; import { CharStream } from "antlr4ts/CharStream"; import { Lexer } from "antlr4ts/Lexer"; import { Vocabulary } from "antlr4ts/Vocabulary"; export declare class ARCLexer extends Lexer { static readonly T__0 = 1; static readonly T__1 = 2; static readonly T__2 = 3; static readonly T__3 = 4; static readonly T__4 = 5; static readonly T__5 = 6; static readonly T__6 = 7; static readonly T__7 = 8; static readonly T__8 = 9; static readonly T__9 = 10; static readonly T__10 = 11; static readonly T__11 = 12; static readonly T__12 = 13; static readonly T__13 = 14; static readonly T__14 = 15; static readonly T__15 = 16; static readonly T__16 = 17; static readonly T__17 = 18; static readonly Semicolon = 19; static readonly Comma = 20; static readonly Assign = 21; static readonly Dot = 22; static readonly Identifier = 23; static readonly Integer = 24; static readonly Underline = 25; static readonly Sign = 26; static readonly StringEscapeBlock = 27; static readonly StringEscapeSingle = 28; static readonly StringLiteralBlock = 29; static readonly StringLiteralSingle = 30; static readonly NewLine = 31; static readonly MacroEscape = 32; static readonly LineComment = 33; static readonly PartComment = 34; static readonly WhiteSpace = 35; static readonly channelNames: string[]; static readonly modeNames: string[]; static readonly ruleNames: string[]; private static readonly _LITERAL_NAMES; private static readonly _SYMBOLIC_NAMES; static readonly VOCABULARY: Vocabulary; readonly vocabulary: Vocabulary; constructor(input: CharStream); readonly grammarFileName: string; readonly ruleNames: string[]; readonly serializedATN: string; readonly channelNames: string[]; readonly modeNames: string[]; static readonly _serializedATN: string; static __ATN: ATN; static readonly _ATN: ATN; } //# sourceMappingURL=ARCLexer.d.ts.map