declare const findFilesForLinting: (paths: string[], recursive: boolean, excludePaths: string[]) => string[];
export { findFilesForLinting };
