import { TapReporter } from './tap';
export declare const factory: (log: (m: any) => void) => TapReporter;
