export declare function extractPurposeSummary(scaffold: string, maxLength?: number): string | null; export declare function formatDisplayName(value: string): string; export declare function truncateText(value: string, maxLength: number): string;