/** * init / export / import — project setup and sharing commands */ import type { Command } from "commander"; export declare function registerSetup(parent: Command): void;