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