/** * Claude Code Plugin Generator * * Generates Claude Code plugin files from a Photon marketplace */ /** * Generate Claude Code plugin files */ export declare function generateClaudeCodePlugin(dirPath: string, options: { name?: string; description?: string; owner?: string; }): Promise; //# sourceMappingURL=claude-code-plugin.d.ts.map