import { Method } from '../type'; import { AxiosRequestConfig } from 'axios'; export declare const getMethod: (config: AxiosRequestConfig) => Method;