export declare const COLORS: { success: string; error: string; warning: string; info: string; dim: string; bold: string; reset: string; }; export declare const SYMBOLS: { success: string; error: string; blocked: string; warning: string; arrow: string; bullet: string; }; export declare function createSpinner(message: string): { stop: () => void; }; //# sourceMappingURL=colors.d.ts.map