/** * config / create / sync — configuration and scaffolding commands */ import type { Command } from "commander"; export declare function registerCreateSync(parent: Command): void;