import { type DigestAction, type PlanContext } from "../internals/plan.js"; /** * The usage-analytics panel for `aih report` (local). Reads `.aih/usage.jsonl` * (written by the capture hooks `aih usage` installs) and renders: activity by * tool, top skills by source (ECC / canon / user), and MCP server/tool calls — * the multi-tool "what's actually used" view. Honest stub until events exist. */ export declare function usagePanel(ctx: PlanContext): DigestAction;