export interface RemoteCommitDto { commitId: string; remoteCommitId: string; remoteCommitDate: Date; branchName: string; repositoryId: string; } //# sourceMappingURL=index.d.ts.map