/** Extract `chatgpt_account_id` from an access-token JWT, or null. */ export declare function extractAccountId(token: string): string | null; //# sourceMappingURL=openai-codex-account.d.ts.map