/** * @description 主函数 - 用 axios 实现 fetch */ export declare function axiosFetch(input: any, init: any, requestOption?: { proxyServer?: string; }): Promise;