import Repo from '../repoFactory/Repo'; import Config from './Config'; declare const _default: (config: Config) => Repo; export default _default;