/** * Load ignore rules from .gitignore and .aiignore at the project root. * Returns a function that, given a path relative to the project root, * returns true if the path should be ignored. */ export declare function loadIgnoreRules(projectRoot: string): (relPath: string) => boolean; //# sourceMappingURL=ignoreRules.d.ts.map