export declare function gitignorePath(rootDir: string): string; export declare function ensureGitignore(rootDir: string): void; export declare function removeGitignore(rootDir: string): void;