export declare enum WeaponLivery {
    Digital = 0,
    Brushstroke = 1,
    Woodland = 2,
    Skull = 3,
    Sessanta = 4,
    Perseus = 5,
    Leopard = 6,
    Zebra = 7,
    Geometric = 8,
    Boom = 9,
    Patriotic = 10
}
