/** Match a repository-relative file or subtree selector, including globstar. */ export declare function projectPathSelectorMatches(selector: string, projectPath: string): boolean; //# sourceMappingURL=project-path-selector.d.ts.map