import { Reporter } from '@stryker-mutator/api/report';

export type StrictReporter = Required<Reporter>;
