default: default<{
    action: Equip;
    description: IItemDescription;
    details: Set<symbol>;
    entityType: Item;
    equip: EquipType;
    quality: Quality;
    type: ItemType;
    union: IUseInfoBase<default, Equip>;
    value?: default;
}, Equip, {
    getMagicalEquipTypes: ((...args: []) => Set<MagicalPropertyType>);
} & {
    getMagicalPropertyLabels: ((...args: []) => Map<MagicalPropertyType, default>);
} & {
    isMagicalPropertyPercentage: ((...args: [property: MagicalPropertyType]) => boolean);
} & {
    isMagicalPropertyPercentagePremultiplied: ((...args: [property: MagicalPropertyType]) => boolean);
} & {
    getAttack: ((...args: []) => undefined | default);
} & {
    getDefense: ((...args: []) => (default | default)[]);
} & {
    formatInsulation: ((...args: [insulation?: number, type?: TempType]) => default);
} & {
    getInsulationOfType: ((...args: [type: TempType]) => undefined | default);
} & {
    getInsulation: ((...args: []) => (undefined | default)[]);
} & {
    getMagicEffect: ((...args: [magic: MagicalPropertyEntry]) => default);
} & {
    getMagic: ((...args: []) => default[]);
}, default>

Generated using TypeDoc