import type { Cli } from "../internals/clis.js"; import { type Action, type PlanContext } from "../internals/plan.js"; /** * The exact PostToolUse command AIH registers on Claude. Exported so the hook * registrar's inventory prices the launcher that actually ships, rather than a * reconstruction of it. */ export declare function claudeUsageHookCommand(): string; /** Generate per-tool usage hooks for the selected CLI target set. */ export declare function usageHookActions(ctx: PlanContext, clis: Cli[]): Action[];