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