import type { Command as ICommand } from "../types/command.d.ts"; /** * Generates shell completion scripts for the CLI application. */ declare const completionCommand: ICommand; export default completionCommand;