import type { SkillResult } from "./types.js"; export declare function useSkills(enabled: boolean): { skills: SkillResult[]; hint: string | undefined; isLoading: boolean; }; //# sourceMappingURL=use-skills.d.ts.map