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