import { Command } from 'commander';

declare const createProgram: () => Command;

export { createProgram };
