export declare function convertSeasonSummary(seasonSummary: {
    [key: number]: string;
}): Map<number, string>;
