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