import type { ListedSkill } from './types.js'; export type LoadableSkillEntry = ListedSkill & { skillDirectory: string; }; export declare function resolveLoadableSkillDirectory(entry: ListedSkill): string | null; export declare function listLoadableEnabledSkillEntries(agentId?: string): LoadableSkillEntry[]; //# sourceMappingURL=enabled.d.ts.map