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) 345 B
import { Command } from "commander"; /** * Register the import command with its subcommands * @param docstoreCommand The parent docstore command * @param addCommonOptions Function to add common options to commands */ export declare function registerImportCommand(docstoreCommand: Command, addCommonOptions: (cmd: Command) => Command): void;