import { AxiosRequestConfig, AxiosResponse } from 'axios'; import { HttpClient } from '../../http/'; export declare const retrieveCookie: (response: AxiosResponse) => Promise; /** * @see https://github.com/wearezeta/backend-api-docs/wiki/API-User-Authentication#token-refresh */ export declare const sendRequestWithCookie: (client: HttpClient, config: AxiosRequestConfig) => Promise>; //# sourceMappingURL=cookie.d.ts.map