import { WeaponHash } from '../hashes';
/***
 * Mapping of WeaponHash -> DisplayName(Label)
 *
 */
export declare const WeaponDisplayNameByHash: Map<WeaponHash, string>;
