import { Command } from "commander"; export declare function registerInstallCommand(parent: Command): void; export declare function syncAgentSkillAfterUpdate(jsonMode: boolean): Promise;