/** * Theme colors matching the shell script aesthetic */ export declare const theme: { blue: import("chalk").ChalkInstance; green: import("chalk").ChalkInstance; gray: import("chalk").ChalkInstance; red: import("chalk").ChalkInstance; yellow: import("chalk").ChalkInstance; cyan: import("chalk").ChalkInstance; bgDark: import("chalk").ChalkInstance; }; export declare const icons: { success: string; error: string; info: string; warning: string; };