import { Command, OptionValues } from 'commander'; declare const _default: (_opts: OptionValues, cmd: Command) => Promise; export default _default;