declare const httpGlobalConfig: { history: null; isTranslate: boolean; }; /** * 初始化全局变量 * @param history * @param process */ declare const initHttpGlobalConfig: (history: any, isTranslate?: boolean) => void; export { httpGlobalConfig, initHttpGlobalConfig, };