import type { AgentMetrics } from "#src/core/types.js"; import type { TraceEvent } from "pi-coding-agent-test"; /** Summarize real Pi trace events into stable agent telemetry. */ export declare function summarizeTrace(events: readonly TraceEvent[]): AgentMetrics;