import { EquipmentSlot } from './types'; import { Affix, AffixRole, HiddenModRarity } from './modifier.types'; export declare const prefixes: Affix[]; export declare const suffixes: Affix[]; export declare const allAffixes: ReadonlyArray; export declare function getAffixById(id: string): Affix | undefined; export declare function composeItemName(baseName: string, prefix?: Affix, suffix?: Affix): string; export declare function affixesForSlot(slot: EquipmentSlot, level: number, role: AffixRole): Affix[]; export declare const AFFIX_RARITY_WEIGHTS: Record; export declare function isOffensiveStatusAffix(affix: Affix): boolean; //# sourceMappingURL=affix.library.d.ts.map