export interface ISkill { id: string; name: string; taskIds: string[]; xp: number; } //# sourceMappingURL=skill.d.ts.map