import type Testplane from 'testplane';
import { ReporterOptions } from './lib/types';
declare const _default: (testplane: Testplane, opts: Partial<ReporterOptions>) => void;
export default _default;
