import { GenericToolSchema, StandardizedToolCall } from '../../../types/tool';
export declare function convertToolSchema(schema: GenericToolSchema): any;
export declare function convertToolCall(call: any): StandardizedToolCall;
export declare function convertMessages(messages: any[]): any[];
