import { PerturbConfig, Match } from "../types"; export default function getMatcher(c: PerturbConfig): (sources: string[], tests: string[]) => Match[];