export declare const colors: { primary: import("picocolors/types").Formatter; success: import("picocolors/types").Formatter; warning: import("picocolors/types").Formatter; error: import("picocolors/types").Formatter; info: import("picocolors/types").Formatter; muted: import("picocolors/types").Formatter; bold: import("picocolors/types").Formatter; dim: import("picocolors/types").Formatter; }; export declare function colorize(text: string, color: keyof typeof colors): string; export declare function formatSize(bytes: number): string; export declare function formatSizeWithColor(bytes: number): string; export declare function printHeader(text: string): void; export declare function printSuccess(text: string): void; export declare function printError(text: string): void; export declare function printWarning(text: string): void; export declare function printInfo(text: string): void; export declare function printVerbose(text: string): void; export declare function printTable(headers: string[], rows: string[][]): void; export declare function createProgressMessage(current: number, total: number, item: string): string; export declare const symbols: { readonly success: "✅"; readonly error: "❌"; readonly warning: "⚠️ "; readonly info: "ℹ️"; readonly arrow: "→"; readonly bullet: "•"; readonly check: "✓"; readonly cross: "✗"; readonly hourglass: "⏳"; readonly rocket: "🚀"; readonly soap: "🧼"; readonly bubbles: "🫧"; readonly sparkles: "✨"; readonly gear: "⚙️"; readonly folder: "📁"; readonly file: "📄"; readonly trash: "🗑️"; readonly binary: "💾"; readonly apple: "🍎"; }; export declare function printCleanComplete(message: string): void; export declare function showBootPristine(force?: boolean, funModeAllowed?: boolean): Promise; //# sourceMappingURL=cli.d.ts.map