export declare enum TrinketSlot {
    /** The bottom-right trinket. */
    SLOT_1 = 0,
    /** The top-left trinket. */
    SLOT_2 = 1
}
//# sourceMappingURL=TrinketSlot.d.ts.map