/** * OpenAI Codex (ChatGPT OAuth) flow * * NOTE: This module uses Node.js crypto and http for the OAuth callback. * It is only intended for CLI use, not browser environments. */ import type { OAuthAuth } from "../types.ts"; export declare const openaiCodexOAuth: OAuthAuth; //# sourceMappingURL=openai-codex.d.ts.map