import { Results } from '../core';
export declare const analyzeFiles: (filePatterns: string[], configFilePath: string) => Promise<Results>;
