import type { SpecReporterOptions } from './src/types';
import { SpecReporter } from './src/reporter';
export { SpecReporter };
/**
 * Spec reporter function
 */
export declare function specReporter(options?: Partial<SpecReporterOptions>): any;
