import { Command } from 'commander'; declare function createProgram(): Command; export { createProgram };