export declare function findFilesForLinting(paths: string[], recursive: boolean, excludePaths: string[]): string[];
