export declare class OtherSkill { otherSkillPrefId: number; otherSkillName: string; isPreference: true; isExperience: true; activityOutcomeOtherSkillInfoId: number; constructor(data: unknown); }