@plastichub/osr-ai-tools
Version:
CLI and library for LLM tools
7 lines (6 loc) • 326 B
TypeScript
import { Logger } from 'tslog';
import { IKBotTask } from './types';
import * as winston from 'winston';
export declare let logger: Logger<unknown>;
export declare const toolLoggerTS: (name: any, options: IKBotTask) => Logger<unknown>;
export declare const toolLogger: (name: any, options: IKBotTask) => winston.Logger;