import { Command } from 'commander';
export declare function createCommand(): Command;
export declare const program: Command;
