export declare const log: (msg: string, color?: string) => void; export declare const logInfo: (msg: string, color?: string) => void; export declare const logWarn: (msg: string, color?: string) => void; export declare const logError: (msg: string, color?: string) => void;