import OpenAI from 'openai'; /** * Uploads files to OpenAI and returns their IDs * * @private utility for `OpenAiAssistantExecutionTools` and `OpenAiCompatibleExecutionTools` */ export declare function uploadFilesToOpenAi(client: OpenAI, files: Array): Promise>;