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