import { MutantTestPlan } from '../core/index.js';
export interface MutationTestingPlanReadyEvent {
    mutantPlans: readonly MutantTestPlan[];
}
//# sourceMappingURL=mutation-testing-plan-ready-event.d.ts.map