import type { DcoSetupResult } from "./setup.js";
/** Human-readable summary of a setup run, shared by `mcpi dco setup` and the register/init funnel. */
export declare function renderSetupResult(result: DcoSetupResult): void;
//# sourceMappingURL=render.d.ts.map