import simpleGit from 'simple-git';
export default function git(...args: Parameters<typeof simpleGit>): import("simple-git").SimpleGit;
