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