import { Tree } from '@nx/devkit';
import { NormalizedSchema } from './normalize-options';
export declare function addGitIgnoreEntry(host: Tree, options: NormalizedSchema): void;
