declare const criteria: {
    [k: string]: (numericalAttr: number, extraAttr: any) => import("..").ReputationLevel;
};
export default criteria;
