UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

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