import { BaseTypedef } from '../base.typedef'; export declare class CvSkill extends BaseTypedef { lastUpdate: string; updatedBy: string; cvId: string; nameSkill: string; skillId: string; } export declare class CvSkillDetail extends CvSkill { } declare const CvSkillListReponse_base: any; export declare class CvSkillListReponse extends CvSkillListReponse_base { } export {}; //# sourceMappingURL=cv-skill.typedef.d.ts.map