import { Token } from '../types.js'; declare const tokenize: (expr: string) => Token[]; export { tokenize };