import type { Command } from 'commander'; export declare const createProgram: (program: Command) => Command;