import { OpenAIEdgeClient } from "../types"; /** * OpenAI Edge client. * * Create a new completion stream. Stream of strings by default, set `mode: * 'raw'` for the raw stream of JSON objects. */ export declare const OpenAI: OpenAIEdgeClient;