import { OtherSkill } from './other-skill-information'; import { SkillsPreferences } from './skill-information.model'; import { Skill } from './skill-model'; export declare class SaveSkillInformationModel extends SkillsPreferences { isSubmit: boolean; otherSkills: OtherSkill[]; cmsCaseId: number; actOutId: number; assignmentId: number; skillBasedOnGroupIds: Skill[]; vendorLevelActivityClientListId: number; constructor(data: unknown); }