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