export declare function friendlyToolLabel(raw: string): string; export declare function extractToolResultText(result: unknown): string | undefined; export declare function buildToolStartSummary(toolRaw: string, args?: Record): string | undefined; //# sourceMappingURL=im-tool-progress.d.ts.map