import { SimpleGit } from '../../../typings';
export default function (): Pick<SimpleGit, 'showBuffer' | 'show'>;
