import type { ReporterFactory, ReporterOptions } from '@acot/types';
export declare const createReporterFactory: <T extends ReporterOptions = {}>(descriptor: ReporterFactory<T>) => ReporterFactory<T>;
