export declare const red: (str: string) => string; export declare const green: (str: string) => string; export declare const yellow: (str: string) => string; export declare const blue: (str: string) => string; export declare const bold: (str: string) => string; //# sourceMappingURL=colors.d.ts.map