import type { ToolCommandAdapter } from '../types.js'; import type { TemplateMetadata } from '../../metadata.js'; export declare class ClaudeCodeAdapter implements ToolCommandAdapter { readonly name = "claude-code"; generateSkillFile(metadata: TemplateMetadata, templateId: string): string; getOutputPath(_templateId: string): string; private groupFieldsBySection; private buildQuestionRounds; private formatRound; } //# sourceMappingURL=claude.d.ts.map