#!/usr/bin/env node
import { Command } from 'commander';

declare function createProgram(): Command;

export { createProgram };
