import { AjaxConfig } from './config';
declare function interfaceAxios(options: any, ajaxConfig?: AjaxConfig): any;
export default interfaceAxios;
