import { CheckResult } from '@stryker-mutator/api/check'; import { StrykerOptions, Mutant } from '@stryker-mutator/api/core'; import { PluginCreator } from '../di/index.js'; import { CheckerResource } from './checker-resource.js'; export declare class CheckerWorker implements CheckerResource { private readonly innerCheckers; static inject: ["options", "pluginCreator"]; constructor(options: StrykerOptions, pluginCreator: PluginCreator); init(): Promise; check(checkerName: string, mutants: Mutant[]): Promise>; group(checkerName: string, mutants: Mutant[]): Promise; private perform; } //# sourceMappingURL=checker-worker.d.ts.map