import type { Cli } from "../internals/clis.js"; import { type Action, type PlanContext } from "../internals/plan.js"; export declare function hasEccRegistrationLedger(ctx: PlanContext): boolean; export declare function hasEccRegisteredTarget(ctx: PlanContext, target: Cli): boolean; export declare function eccPruneReconciliationActions(ctx: PlanContext, droppedTargets?: readonly Cli[]): Action[];