import { IDice } from "@krisnorman/rpg-utils"; import { IFooModel, ITableRow } from "./index.js"; export declare class MagicArmor implements IFooModel { constructor(title: string); Title: string; Items: string[]; HasItems: boolean; } export declare class MagicArmorRepository { private dice; private readonly magicArmorTable; constructor(dice: IDice); getRandom(count?: number): MagicArmor[]; } export declare const MagicArmorData: ITableRow[]; //# sourceMappingURL=MagicArmor.d.ts.map