import { RunnerResult, PerturbConfig } from "../types"; export default function compare(rs: RunnerResult[], cfg: PerturbConfig): void;