import { LexerTokenType } from "../types/lexer.js";
export declare const SKIPPED_TOKENS: Set<string>;
export declare const CLASSIC_TOKENS: Map<string, LexerTokenType>;
export declare const RESERVED_TOKENS: Map<string, LexerTokenType>;
