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