declare const printResults: (filePatterns: string[], configFilePath: string) => Promise<never>;
export { printResults };
