import { PluginKind } from '@stryker-mutator/api/plugin'; import { create } from './typescript-checker.js'; export declare const strykerPlugins: import("@stryker-mutator/api/plugin").FactoryPlugin[]; export declare const createTypescriptChecker: typeof create; export declare const strykerValidationSchema: typeof import('../schema/typescript-checker-options.json'); //# sourceMappingURL=index.d.ts.map