import type { TrophyCounts } from "../../models";
export declare const generateTrophyCounts: (trophyCountsProps?: Partial<TrophyCounts>) => TrophyCounts;
