import type { ToolVisualLine } from './tool-visual-types.js'; export declare function recordToStringFields(obj: Record): Record; export declare function appendOutputPreview(rows: ToolVisualLine[], output: string | undefined, kind: 'stdout' | 'stderr'): void; export declare function bodyLines(text: string): string[]; export declare function parseHeaderLine(text: string): { label: string; fields: Record; }; export declare function parseInlineFields(raw: string): Record; export declare function parseNamedSections(text: string): Map; export declare function parseKeyValueLines(text: string): Record; export declare function numberFromParsedField(fields: Record, key: string): number | undefined; //# sourceMappingURL=tool-visual-format.d.ts.map