import { Command } from 'commander';
export declare function createCli(): Promise<Command>;
