import Config from '../model/config/Config'; /** * Default config. */ declare const defaultConfig: Config; export default defaultConfig;