import type { ReporterOptions } from '../types/issues.ts';
export declare const runPreprocessors: (processors: string[], data: ReporterOptions) => Promise<ReporterOptions>;
export declare const runReporters: (reporter: string[], options: ReporterOptions) => Promise<void>;
