import { Command } from 'commander'; declare const createCompletionCommand: () => Command; export { createCompletionCommand };