import { ChatCompletionTool } from 'openai/resources/chat/completions';
export declare function functionToJson(func: Function): ChatCompletionTool;
