export declare const HERO_LEVEL_STEPS: number[]; export declare const heroLevelToTier: (level: number) => number | undefined;