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