import { ParsedMatch, Mutant } from "./types"; export default function makeMutants(pm: ParsedMatch): Mutant[];