import { Token } from './Token'; export default class Lexer { private source; private tokens; constructor(); run(html: string): Token[]; private parseCodeBlock; private getKeyword; private getStringLiteral; private getNumberLiteral; private skipWhitespace; } //# sourceMappingURL=Lexer.d.ts.map