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