import type { Token } from '../types';
/**
 * Tokenize text.
 *
 * @param text text
 * @returns list of tokens
 */
export declare function tokenize(text: string): Token[];
//# sourceMappingURL=index.d.ts.map