import * as Token from './token'; export default function lex(body: string): Token.Token[];