import type { DeploymentPlan } from './types.js'; export declare function formatPlan(plan: DeploymentPlan): string; /** Plain text version without ANSI colors (for logs, storage) */ export declare function formatPlanPlain(plan: DeploymentPlan): string;