export declare const colors: { reset: string; red: (value: string) => string; yellow: (value: string) => string; cyan: (value: string) => string; green: (value: string) => string; dim: (value: string) => string; }; //# sourceMappingURL=colors.d.ts.map