import { StrykerOptions } from '@stryker-mutator/api/core';
import { StrykerTapRunnerOptions } from '../src-generated/tap-runner-options.js';
export interface TapRunnerOptionsWithStrykerOptions extends StrykerTapRunnerOptions, StrykerOptions {
}
//# sourceMappingURL=tap-runner-options-with-stryker-options.d.ts.map