/** * Stage headings and section separators for multi-step commands. */ /** * Print a bold stage heading with a subtle divider. */ export declare function printStage(title: string): void; /** * Print a result/summary banner. */ export declare function printResult(lines: string[]): void; /** * Print a contextual hint after an error or warning. */ export declare function printHint(hint: string): void; //# sourceMappingURL=stages.d.ts.map