import { WeaponComponentHash } from "./WeaponComponentHash";
import { ComponentAttachmentPoint } from "./ComponentAttachmentPoint";
/**
 * ComponentAttachmentPointByHash - Mapping of WeaponComponentHash -> ComponentAttachmentPoint
 *
 */
export declare const ComponentAttachmentPointByHash: Map<WeaponComponentHash, ComponentAttachmentPoint>;
