import type { Token } from "../types"; export declare const tokenize: (expr: string) => Token[]; //# sourceMappingURL=index.d.ts.map