export declare const colors: { red: import("picocolors/types").Formatter; green: import("picocolors/types").Formatter; yellow: import("picocolors/types").Formatter; blue: import("picocolors/types").Formatter; magenta: import("picocolors/types").Formatter; cyan: import("picocolors/types").Formatter; white: import("picocolors/types").Formatter; gray: import("picocolors/types").Formatter; dim: import("picocolors/types").Formatter; bold: import("picocolors/types").Formatter; success: import("chalk").ChalkInstance; error: import("chalk").ChalkInstance; warning: import("chalk").ChalkInstance; info: import("chalk").ChalkInstance; highlight: import("chalk").ChalkInstance; muted: import("chalk").ChalkInstance; check: string; cross: string; warning_icon: string; info_icon: string; }; export declare const symbols: { success: string; error: string; warning: string; info: string; bullet: string; arrow: string; }; export declare const status: { success: (message: string) => string; error: (message: string) => string; warning: (message: string) => string; info: (message: string) => string; }; //# sourceMappingURL=colors.d.ts.map