import { RequestConfig } from './type';
export declare const setConfig: (newConfig: Partial<RequestConfig>) => void;
export declare const getConfig: () => RequestConfig;
