import * as commander from 'commander'; export declare const convert: (logger?: { log: (msg: string) => void; }) => commander.Command;