/** * Shell completion generation — bash, zsh, fish, PowerShell. * Dynamically generated from the live command tree. */ import type { Command } from "commander"; export declare function setupCompletionCommand(program: Command): void; //# sourceMappingURL=completion.d.ts.map