declare const colorLogger: { info: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; success: (msg: string) => void; }; export { colorLogger };