import { Response } from '@imho/http'; import { AxiosResponse } from 'axios'; export declare const fromAxiosResponse: ({ status, headers, data, }: AxiosResponse) => Response;