import { Api, Command } from '../api'; interface HelpOptions { desc?: boolean; } declare const help: (api: Api) => Command; export default help;