import { type StaticToken } from '../types/Token.js'; export declare function tokenizeString(input: string): Generator;