import { type OutputItem } from '../../UCDefASTParser.js';
export declare function techSummary(items: OutputItem[]): string;
