UNPKG

askexperts

Version:

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

12 lines (11 loc) 304 B
import { Command } from "commander"; /** * Execute the signup command */ export declare function executeSignupCommand(): Promise<void>; /** * Register the signup command with the CLI * * @param program The commander program */ export declare function registerSignupCommand(program: Command): void;