import { IConfig } from './IConfig'; declare const setConfig: (params: IConfig) => void; declare const getConfig: () => IConfig; export { setConfig, getConfig };