import type { FindAllRunResult } from '../types/findall.js'; export declare class ResultWriter { private outputDir; constructor(outputDir: string); write(result: FindAllRunResult): Promise; private convertToCSV; private escapeCSV; } //# sourceMappingURL=result-writer.d.ts.map