import type { ToolEvent } from './slash/types.js'; export declare function summarizeToolEvents(events: ToolEvent[] | undefined): string;