import type { UserInteraction } from "./types";
export declare function generateSummary(interactions: UserInteraction[], startTime: number): string;
