import { Command } from 'commander'; declare const run: (program: Command) => void; export default run;