export declare const ids: readonly [22, 25, 29, 32, 33, 36, 45, 49]; export type Id = typeof ids[number]; export declare const isId: (id: any) => id is 32 | 33 | 22 | 25 | 29 | 49 | 36 | 45; export declare const TI2018: 22, TI2019: 25, TI2020: 29, NEMESTICE2021: 32, AGHANIM2021: 33, TI2022: 36, TI2023: 45, TI2024: 49; export declare const getColorName: (id: Id, level: number, variant?: 'trophy' | 'badge') => string | null;