import * as R from "ramda"; import * as ESTree from "estree"; import { MutatorPlugin, MutantLocation } from "./types"; declare type PluginService = (n: ESTree.Node) => MutatorPlugin[]; declare const _default: R.CurriedFunction2; export default _default;