import type { DiscoverOptions } from "./types.js"; export declare function discoverFiles(options: DiscoverOptions): Promise; export declare function shouldExclude(relPath: string, excludeSet: Set): boolean; //# sourceMappingURL=file-discoverer.d.ts.map