import { ATN } from "antlr4ts/atn/ATN"; import { CharStream } from "antlr4ts/CharStream"; import { Lexer } from "antlr4ts/Lexer"; import { Vocabulary } from "antlr4ts/Vocabulary"; export declare class CertusLexer 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 ARROW = 15; static readonly ASSIGN = 16; static readonly HAS = 17; static readonly CONTAIN = 18; static readonly OVERLAP = 19; static readonly EXACTLY = 20; static readonly UNION = 21; static readonly INTERSECT = 22; static readonly WITH = 23; static readonly GLOBAL = 24; static readonly END = 25; static readonly AS = 26; static readonly NOT = 27; static readonly INVERT = 28; static readonly COMP = 29; static readonly AND = 30; static readonly OR = 31; static readonly NEQ = 32; static readonly EQ = 33; static readonly GT = 34; static readonly LT = 35; static readonly GEQ = 36; static readonly LEQ = 37; static readonly MACRO_PREFIX = 38; static readonly INDICATOR_PREFIX = 39; static readonly ARTIFACT_PREFIX = 40; static readonly CASES = 41; static readonly OTHERWISE = 42; static readonly FLOAT = 43; static readonly ARG_SEP = 44; static readonly STMT_SEP = 45; static readonly ID = 46; static readonly WS = 47; 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; get vocabulary(): Vocabulary; constructor(input: CharStream); get grammarFileName(): string; get ruleNames(): string[]; get serializedATN(): string; get channelNames(): string[]; get modeNames(): string[]; static readonly _serializedATN: string; static __ATN: ATN; static get _ATN(): ATN; } //# sourceMappingURL=CertusLexer.d.ts.map