import { ChatModel } from '../interfaces';

export declare const defineLLM: (model: ChatModel) => ChatModel;
