import { AxiosResponse } from 'axios'; import { Command } from '@oclif/command'; export declare const apiClient: (cmd: Command) => import("axios").AxiosInstance; export declare const processResponse: (cmd: Command, res: AxiosResponse, successFn?: (() => void) | undefined) => void;