import { Command } from "commander"; /** * `skills-hub list-platforms`, print the platform registry with detection * status. Useful for users who want to know which AI agents the CLI will * install to when they run `skills-hub install `. */ export declare const listPlatformsCommand: Command; //# sourceMappingURL=list-platforms.d.ts.map