askexperts
Version:
AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol
12 lines (11 loc) • 308 B
TypeScript
import { Command } from "commander";
/**
* Execute the balance command
*/
export declare function executeBalanceCommand(): Promise<void>;
/**
* Register the balance command with the CLI
*
* @param program The commander program
*/
export declare function registerBalanceCommand(program: Command): void;