export declare enum PrimaryAttribute { Strength = "str", Agility = "agi", Intelligence = "int", All = "all" } export declare const PrimaryAttributeMembers: readonly PrimaryAttribute[];