import type { ExecApprovalCommandSpan } from "../exec-approvals.js"; import type { CommandExplanation } from "./types.js"; export declare function formatCommandSpans(explanation: CommandExplanation): ExecApprovalCommandSpan[];