import { SubprojectFinder } from "./subprojectFinder";
/**
 * Return a SubprojectFinder that infers a directory from filenames that may be
 * anywhere. E.g. every directory that contains a Maven pom.xml might be
 * considered a subproject.
 */
export declare function fileNamesSubprojectFinder(...filenames: string[]): SubprojectFinder;
//# sourceMappingURL=fileNamesSubprojectFinder.d.ts.map