import { RefreshRequestParams, RefreshResponse } from '../types';
/**
 * Токен шинэчилэх хүсэлт
 * Access token шинэчлэн авах API.
 * refresh_token -ийг ашиглана.
 */
export declare const makeRefreshToken: (params_0: import("axios").AxiosInstance, params_1: import("../definitions").StoreConfig) => (data: RefreshRequestParams) => Promise<import("axios").AxiosResponse<RefreshResponse, any>>;
