import { PluginConfigModel } from '../../../modules/config/models/config.model'; export declare class BuddyOpenaiCodexConfigModel extends PluginConfigModel { type: string; enabled: boolean; clientId: string | null; clientSecret: string | null; accessToken: string | null; refreshToken: string | null; model: string | null; }