import type { AgentSkill, PluginSkillRegistration } from "./skillTypes.js"; /** * Lists skills registered by plugins, de-duping identical plugin/path entries. * * Expects: registration paths can be relative; they are resolved before lookup. */ export declare function skillListRegistered(registrations: PluginSkillRegistration[]): Promise; //# sourceMappingURL=skillListRegistered.d.ts.map