export declare const greenLog: (s: string) => string; export declare const yellowLog: (s: string) => string; export declare const redLog: (s: string) => string; export declare const cyanLog: (s: string) => string;