export declare class Skill { getCategories(): Array getLevel(): string getMandatory(): boolean getName(): string getSysId(): string constructor() }