import { SimpleGit } from 'simple-git'; /** * Check if current directory is a git repository */ export declare function isGitRepository(git?: SimpleGit): Promise; /** * Add entry to .gitignore file */ export declare function addToGitignore(entry: string): Promise; //# sourceMappingURL=gitignore.d.ts.map