import { BaseReporterOptions } from '@japa/base-reporter';
/**
 * Shape of the SpecReporter possible options
 */
export type SpecReporterOptions = BaseReporterOptions;
