import { ClaudePluginInventory } from './types.js'; /** * Build a PluginInventory for a directory containing a .claude-plugin/plugin.json manifest * and/or a root SKILL.md. Never throws — all failures surface via parseErrors[]. */ export declare function extractClaudePluginInventory(pluginPath: string): Promise; //# sourceMappingURL=extract-plugin.d.ts.map