import type { Command } from './command'; export declare class CompletionCmd implements Command { name: string; description: string; alias: string; group: string; options: never[]; private: boolean; }