/** * pin / unpin / update — project skill preference commands */ import type { Command } from "commander"; export declare function registerInstall(parent: Command): void;