import { DryRunOptions, DryRunResult, MutantRunOptions, MutantRunResult, TestRunnerCapabilities } from '@stryker-mutator/api/test-runner'; import { TestRunnerDecorator } from './test-runner-decorator.js'; export declare class ReloadEnvironmentDecorator extends TestRunnerDecorator { private _capabilities?; private testEnvironment; capabilities(): Promise; dryRun(options: DryRunOptions): Promise; mutantRun(options: MutantRunOptions): Promise; private testRunnerIsCapableOfReload; } //# sourceMappingURL=reload-environment-decorator.d.ts.map