import type Service from '../serviceFactory/Service'; import type Config from './Config'; declare const _default: (config: Config) => Service; export default _default;