import { OpenAINodeClient } from "../types"; /** * A Node.js client for OpenAI's API, using NodeJS.Readable. * * Create a new completion stream. Stream of strings by default, set `mode: * 'raw'` for the raw stream of JSON objects. * * @note Use `openai-streams/edge` for Edge Runtime or Browser. */ export declare const OpenAI: OpenAINodeClient;