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