import { Path } from './Path';
export declare class FileFinder {
    private readonly cwd;
    constructor(cwd: Path);
    filesMatching(globPatterns: string[] | string | undefined): Path[];
}
//# sourceMappingURL=FileFinder.d.ts.map