import { Tree } from '../../generators/tree';
export default function addGitignoreEntry(tree: Tree): Promise<void>;
