export interface RepositoryHolder { name: string; factory(): Promise; teardown(): Promise; }