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