import type { OpenAIOAuthCredentials } from "./types.js"; /** * Create a fetch wrapper for OpenAI Codex OAuth. * * Redirects all requests to the Codex endpoint and adds OAuth headers. */ export declare function createOAuthFetch(creds: OpenAIOAuthCredentials): (input: string | URL | Request, init?: RequestInit) => Promise; //# sourceMappingURL=openai.d.ts.map