import { ParserState, Context } from '../parser/common'; export declare function convertTokenType(parser: ParserState, context: Context): any; //# sourceMappingURL=tokenization.d.ts.map