/** * Created by user on 2019/6/8. */ import { AxiosRequestConfig } from 'axios'; import { IPropertyKey } from 'reflect-metadata-util'; export declare function _getSetting(thisArgv: object, requestConfig: T, propertyName?: IPropertyKey): T; export declare function _chkSettingUpdate(defaults: T, opts: T): { bool: boolean; requestConfigNew: T; }; export declare function fixRequestConfig(requestConfig: T): T;