import type { AgentSession, SessionEntry, SessionStats } from "@earendil-works/pi-coding-agent"; export declare function getCompleteSessionStats(session: AgentSession): Promise; export declare function aggregateSessionStats(entries: readonly SessionEntry[], base: SessionStats): SessionStats;