import { Method } from 'axios'; export declare class Api { options: IParasutApiV4Options; private baseUrl; private accessToken?; constructor(options: IParasutApiV4Options); private getTokenAuth; private refreshToken; private auth; send(method: Method, path: string, options: IApiSendOptions): Promise>; private _call; }