import { type LLMToolDefinition } from '../../LLMService.typedefs'; import { type LLMSchemaInterface } from '../../utilities/schema'; export declare class LLMTool { static create(config: LLMToolDefinition): LLMToolDefinition; }