export declare const colorString: {
    redColor: (message: string) => string;
    greenColor: (message: string) => string;
    yellowColor: (message: string) => string;
    blueColor: (message: string) => string;
};
