export declare const styleString: (color: string) => string; export declare const print: (message?: any, ...optionalParams: any[]) => void; export declare const debug: (message?: any, ...optionalParams: any[]) => void; export declare const error: (message?: any, ...optionalParams: any[]) => void; export declare const warning: (message?: any, ...optionalParams: any[]) => void;