import { OtherSkill } from './other-skill-information'; import { Skill } from './skill-model'; export declare class SkillsPreferences { actOutId: number; assignmentId: number; isUpdate: boolean; eaepAssessmentId: number; skillBasedOnGroups: Skill[]; otherSkillList: OtherSkill[]; constructor(data: unknown); }