export default function tokenize(text: string, callback: (word: string) => void): void;