import { TestRunner, DryRunOptions, MutantRunOptions, MutantRunResult, DryRunResult, TestRunnerCapabilities } from '@stryker-mutator/api/test-runner'; import { ResourceDecorator } from '../concurrent/index.js'; export declare class TestRunnerDecorator extends ResourceDecorator { capabilities(): Promise; dryRun(options: DryRunOptions): Promise; mutantRun(options: MutantRunOptions): Promise; } //# sourceMappingURL=test-runner-decorator.d.ts.map