behemoth-cli
Version:
🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI
6 lines • 395 B
TypeScript
import { type CommandDefinition, type CommandContext } from './base.js';
export declare function getAvailableCommands(): CommandDefinition[];
export declare function getCommandNames(): string[];
export declare function handleSlashCommand(command: string, context: CommandContext): void;
export { type CommandDefinition, type CommandContext } from './base.js';
//# sourceMappingURL=index.d.ts.map