import { Command } from 'commander';
import { main, runCLI } from './execution';
declare const program: Command;
export { program, main, runCLI };
