/// import { RunResult } from 'stryker-api/test_runner'; import { Logger } from 'stryker-api/logging'; export declare class StrykerMochaReporter { private readonly runner; static log: Logger; runResult: RunResult; private readonly timer; private passedCount; static currentInstance: StrykerMochaReporter | undefined; constructor(runner: NodeJS.EventEmitter); private registerEvents; } //# sourceMappingURL=StrykerMochaReporter.d.ts.map