import { Skill } from "./WorkerSkills.definitions"; export declare function isSkillLevelOk(skill: Skill): boolean;