export declare class FreelancerSkillDto {
    coreSkills: string[];
    secondarySkills: string[];
    tools: string[];
    frameworks: string[];
}
