import Repo from '../repoFactory/Repo'; interface Config { readonly repo: Repo; } export default Config;