import { LintMessage } from '../engine/types.js';
export declare const RESULT_TEMPLATE: import("./result-templates.js").ResultTemplate;
/**
 * Initialize results and comparison directories
 * - Should be ran once from the main thread
 */
export declare function prepareResultsDirectory(): void;
/**
 * Write results to file at `./eslint-remote-tester-results`
 */
export declare function writeResults(messages: LintMessage[], repository: string): Promise<void>;
//# sourceMappingURL=results-writer.d.ts.map