UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

8 lines (7 loc) 205 B
import { Command } from "commander"; /** * Register all remote commands with the CLI * * @param program The commander program */ export declare function registerRemoteCommands(program: Command): void;