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