export declare const Colors: { reset: string; red: string; green: string; blue: string; yellow: string; cyan: string; magenta: string; white: string; }; export declare function setColor(name: keyof typeof Colors, value: any): string; export declare function isFunction(target: any): boolean;