import { FetchConfig } from "./@types/";
declare const globalConfigMap: Map<any, any>;
export default globalConfigMap;
export declare const setGlobalConfig: (config?: FetchConfig) => void;
