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