/** * Check if a file path is ignored based on the root `.gitignore` file. This will * also ignore any file paths within the `.git` directory. */ export declare function isFilePathGitIgnored(filePath: string): boolean;