/** Evidence-gated platform adapter lifecycle commands. */ import type { PlatformId } from '../platform-adapters/types.js'; import type { Command } from '../types.js'; export declare const SUPPORTED_PLATFORMS: readonly ["claude", "gemini", "cursor", "vscode", "copilot", "opencode", "aider", "kiro", "trae", "openclaw", "droid", "antigravity", "hermes", "codex", "kimi", "zed"]; export type Platform = PlatformId; /** * Compatibility helper retained for callers that package portable skill roots. * Adapter operations only materialize the router; distribution remains * manifest-owned and never installs prompt-injection hooks. */ export declare function installMastermindSkills(targetDir: string, sourceDir: string): string[]; export declare const platformsCommand: Command; //# sourceMappingURL=platforms.d.ts.map