import { ATN } from "antlr4ts/atn/ATN"; import { CharStream } from "antlr4ts/CharStream"; import { Lexer } from "antlr4ts/Lexer"; import { Vocabulary } from "antlr4ts/Vocabulary"; export declare class MapLexer extends Lexer { static readonly INCLUDE = 1; static readonly CURVE = 2; static readonly GRADIENT = 3; static readonly TRACK = 4; static readonly STRUCTURE = 5; static readonly REPEATER = 6; static readonly BACKGROUND = 7; static readonly STATION = 8; static readonly SECTION = 9; static readonly SIGNAL = 10; static readonly BEACON = 11; static readonly SPEEDLIMIT = 12; static readonly PRETRAIN = 13; static readonly LIGHT = 14; static readonly FOG = 15; static readonly DRAWDISTANCE = 16; static readonly CABILLUMINANCE = 17; static readonly IRREGULARITY = 18; static readonly ADHESION = 19; static readonly SOUND = 20; static readonly SOUND3D = 21; static readonly ROLLINGNOISE = 22; static readonly FLANGENOISE = 23; static readonly JOINTNOISE = 24; static readonly TRAIN = 25; static readonly LEGACY = 26; static readonly X_ELEMENT = 27; static readonly Y_ELEMENT = 28; static readonly CANT = 29; static readonly SET_GAUGE = 30; static readonly GAUGE = 31; static readonly SET_CENTER = 32; static readonly SET_FUNCTION = 33; static readonly SET = 34; static readonly BEGIN_TRANSITION = 35; static readonly BEGIN = 36; static readonly BEGIN0 = 37; static readonly BEGIN_CIRCULAR = 38; static readonly BEGIN_CONST = 39; static readonly BEGIN_NEW = 40; static readonly END = 41; static readonly INTERPOLATE = 42; static readonly CHANGE = 43; static readonly POSITION = 44; static readonly LOAD = 45; static readonly PUT = 46; static readonly PUT0 = 47; static readonly PUTBETWEEN = 48; static readonly SET_SPEEDLIMIT = 49; static readonly SET_SIGNAL = 50; static readonly PASS = 51; static readonly AMBIENT = 52; static readonly DIFFUSE = 53; static readonly DIRECTION = 54; static readonly PLAY = 55; static readonly ADD = 56; static readonly ENABLE = 57; static readonly STOP = 58; static readonly SETTRACK = 59; static readonly PITCH = 60; static readonly TURN = 61; static readonly STATE_END = 62; static readonly DOT = 63; static readonly COMMA = 64; static readonly NUM = 65; static readonly NULL = 66; static readonly DISTANCE = 67; static readonly EQUAL = 68; static readonly PLUS = 69; static readonly MINUS = 70; static readonly MULT = 71; static readonly DIV = 72; static readonly MOD = 73; static readonly ABS = 74; static readonly ATAN2 = 75; static readonly CEIL = 76; static readonly COS = 77; static readonly EXP = 78; static readonly FLOOR = 79; static readonly LOG = 80; static readonly POW = 81; static readonly RAND = 82; static readonly SIN = 83; static readonly SQRT = 84; static readonly OPN_PAR = 85; static readonly CLS_PAR = 86; static readonly OPN_BRA = 87; static readonly CLS_BRA = 88; static readonly WHITESPACE = 89; static readonly COMMENT = 90; static readonly VAR_START = 91; static readonly VAR = 92; static readonly QUOTE = 93; static readonly ERROR_TOKEN = 94; static readonly RQUOTE = 95; static readonly CHAR = 96; static readonly E_WS = 97; static readonly ENCODE_END = 98; static readonly ENCODE_CHAR = 99; static readonly STRING_MODE = 1; static readonly ENCODING_MODE = 2; 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[]; private static readonly _serializedATNSegments; private static readonly _serializedATNSegment0; private static readonly _serializedATNSegment1; static readonly _serializedATN: string; static __ATN: ATN; static get _ATN(): ATN; }