import { type Command } from "commander"; export declare function registerCompletionCommand(program: Command): void;