UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

4 lines (3 loc) 188 B
import { IKBotTask } from '../../types'; export declare const decode_base64: (base64: string) => string; export declare const tools: (target: string, options: IKBotTask) => Array<any>;