import { Analyzed } from "../aspect/AspectRegistry";
import { Reporters } from "../aspect/reporters";
export declare type AnalyzedGrouper = (ar: Analyzed) => string;
/**
 * Custom reporters against our repo cohort.
 * Add your own here
 */
export declare const CustomReporters: Reporters;
//# sourceMappingURL=customReporters.d.ts.map