import { Command } from 'commander'; declare function createCommand(): Command; export { createCommand };