import type { WarmupReporter } from './reporter.js'; export interface AutoReporterOptions { plain?: boolean; command?: string; } export declare function autoReporter(opts?: AutoReporterOptions): WarmupReporter; //# sourceMappingURL=reporter-auto.d.ts.map