import { type CompactedItem } from "../../ui-core/state/transcript-types.js"; import { type BlockContext } from "./block-context.js"; /** Summary rows shown in the collapsed card (OpenTUI parity). */ export declare const COMPACTED_PREVIEW_ROWS = 4; export declare function buildCompactedLines(ctx: BlockContext, item: CompactedItem): string[];