import type { ONIModel, ModelOptions } from "./types.js"; export declare function openai(modelId: string, opts?: ModelOptions): ONIModel; //# sourceMappingURL=openai.d.ts.map