import { AttributeBase, AttributeDie } from "./AttributeBase.js"; export declare class Strength extends AttributeBase { constructor(dieType: AttributeDie); get Name(): string; get Abbreviation(): string; } //# sourceMappingURL=Strength.d.ts.map