import { Command, OptionValues } from 'commander'; export declare function command(opts: OptionValues, cmd: Command): Promise;