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