import type { Lexer, LexerConfig, StatesMap } from './types'; export * from './token'; export * from './types'; export declare function configureLexerRules(lexerConfig: LexerConfig): StatesMap; export declare function createLexer(options: LexerConfig): Lexer; //# sourceMappingURL=index.d.ts.map