UNPKG

rubic-sdk

Version:
7 lines (6 loc) 220 B
import { AxiosInstance } from 'axios'; export declare class DefaultHttpClient { static getInstance(): Promise<AxiosInstance>; private static addBodyInterceptor; private static addCacheDisablingInterceptor; }