import { LintResultWithTodo, TodoPrintOptions } from './types'; export default function printResults(results: LintResultWithTodo[], options?: TodoPrintOptions, returnValue?: { cwd: string; }): string; //# sourceMappingURL=print-results.d.ts.map