export declare enum ItemType { NULL = 0, PASSIVE = 1, TRINKET = 2, ACTIVE = 3, FAMILIAR = 4 } //# sourceMappingURL=ItemType.d.ts.map