UNPKG

blax

Version:

Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.

9 lines 276 B
/** * Theme Configuration Command * * CLI command for managing tmux-style themes and configurations */ import { Command } from 'commander'; export declare function createThemeCommand(): Command; export default createThemeCommand; //# sourceMappingURL=themeCommand.d.ts.map