UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

5 lines (4 loc) 184 B
import type { Argv } from 'yargs'; declare const options: (yargs: Argv) => Argv<{}>; export declare const invoke: (argv: any) => Promise<any>; export { options as invokeOptions };