import { ChangedFiles } from './git';
export declare function findNonSourceAffectedFiles(cwd: string, changedFilePaths: string[], excludeFolderPaths: (string | RegExp)[]): ChangedFiles[];
