/** Installs the md2cf SKILL.md file for a given AI agent (claude, codex, gemini). */ export declare function installSkill(agentName: string): void; /** Returns the list of supported agent names for skill installation. */ export declare function getSupportedAgents(): string[]; //# sourceMappingURL=install-skill.d.ts.map