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