import { Skill, SkillDie } from "./ISkill.js"; export declare class Guns extends Skill { constructor(die: SkillDie); } //# sourceMappingURL=Guns.d.ts.map