import { PluginKind } from '@stryker-mutator/api/plugin'; import { createMochaTestRunner, createMochaTestRunnerFactory } from './mocha-runner-factories.js'; export { MochaTestRunner } from './mocha-test-runner.js'; export declare const strykerPlugins: import("@stryker-mutator/api/plugin").FactoryPlugin[]; export declare const strykerValidationSchema: typeof import('../schema/mocha-runner-options.json'); export { createMochaTestRunner, createMochaTestRunnerFactory }; //# sourceMappingURL=index.d.ts.map