export default logger;
/**
   @type {{
    info: Function,
    error: Function,
    debug: Function,
    setLevel: Function,
    activeColor: Function,
}}
 */
declare const logger: {
    info: Function;
    error: Function;
    debug: Function;
    setLevel: Function;
    activeColor: Function;
};
