import { AxiosError } from 'axios'; import npmlog from 'npmlog'; import { Obj } from '../type'; export declare function setLogLevel(level?: string): void; export declare function logBlankLine(): void; export declare function logError(err: AxiosError | Error | Obj): void; export declare function getErrorInfo(err: AxiosError | Error | Obj): unknown; export default npmlog;