/** * completion — shell completion generation */ import type { Command } from "commander"; export declare function registerCompletion(parent: Command): void;