export declare const green: (text: string) => string; export declare const red: (text: string) => string; export declare const yellow: (text: string) => string; export declare const cyan: (text: string) => string; export declare const gray: (text: string) => string; export declare const bold: (text: string) => string; export declare const gradient: (text: string) => string; export declare const success: (text?: string) => string; export declare const error: (text?: string) => string;