1 2 3 4 5 6 7 8
import { SimpleGit } from '../../../typings'; export declare enum GitConfigScope { system = "system", global = "global", local = "local", worktree = "worktree" } export default function (): Pick<SimpleGit, 'addConfig' | 'getConfig' | 'listConfig'>;