import type { UpgradeGroupDefinition } from '../../constants/upgrades.js';
export declare function armorTierGroup(from: string, to: string): UpgradeGroupDefinition;
