export declare function isExcludedFile(path: string): boolean; export declare function filterExcludedFiles(files: T[]): T[];