UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

5 lines (4 loc) 119 B
import type { Argv } from 'yargs'; export declare const commands: (yargs: Argv) => Argv<{ env_key: string; }>;