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