import type { Command } from "commander"; export declare function registerRegistry(parent: Command): void; /** * `skills pull` — fetch skills from the configured instance into this machine's corpus * (~/.hasna/skills/installed//). Registered here beside `registry sync` because both * are the "instance <-> local registry" surface. Once a skill is in the corpus, * loadRegistry() shows it to `skills list --all` and the MCP `list_skills` with no further * step. */ export declare function registerPull(parent: Command): void;