import { AttributeBase } from "../attributes/index.js"; import { IRollable } from "@krisnorman/rpg-utils"; export declare class DerivedTraitBase implements IRollable { private attribute1; private attribute2; constructor(attribute1: AttributeBase, attribute2: AttributeBase); value: number; roll(): number; } //# sourceMappingURL=DerivedTraitBase.d.ts.map