import { AxiosResponse } from 'axios'; export default class CliUtil { static renderErrorAndExit(error: any): void; static renderResponseOld(response: AxiosResponse): void; static renderResponse(data: T, json: boolean): void; }