type Item = { value: string; }; export declare const getSortedSkillItems: (items: T[]) => T[]; export {};