export interface VCSRepoData {
    repoNameWithOwner: string;
    rootDirAlias: string;
    description: string | null;
}
//# sourceMappingURL=vcs-repo-data.model.d.ts.map