/**
 * The plugin kinds supported by Stryker
 */
export declare enum PluginKind {
    ConfigEditor = "ConfigEditor",
    TestRunner = "TestRunner",
    TestFramework = "TestFramework",
    Transpiler = "Transpiler",
    Mutator = "Mutator",
    Reporter = "Reporter"
}
//# sourceMappingURL=PluginKind.d.ts.map