/** * Git infrastructure module. * * Provides IGitClient implementation for shell-based git operations. */ export { GitClient } from './GitClient'; //# sourceMappingURL=index.d.ts.map