import OpenAI from 'openai';
import type { H3Event } from 'h3';
export declare const getOpenAI: (event: H3Event) => OpenAI;
