import { type ThinkingItem } from "../../ui-core/state/transcript-types.js"; import { type BlockContext } from "./block-context.js"; export declare function thinkingTokenEstimate(content: string): number; export declare function buildThinkingLines(ctx: BlockContext, item: ThinkingItem): string[];