export declare const DELEGATE_PROVIDER: string; export declare const DELEGATE_BASE_URL: string; export declare const DELEGATE_MODEL: string; export declare const DELEGATE_API_KEY: string; export declare const DELEGATE_OPENAI_PATH: string; export declare const DELEGATE_TIMEOUT_MS: number; export declare const DELEGATE_MAX_TOKENS: number; export declare const DELEGATE_TEMPERATURE: number; export declare const DELEGATE_EXTRACT_THINKING: boolean; export declare const SYSTEM_PROMPTS: { plan: string; review: string; challenge: string; tests: string; explain: string; }; export declare const MCP_HTTP: boolean; export declare const MCP_HTTP_PORT: number; export declare const MCP_STDIO: boolean; export declare function validateConfiguration(): void; //# sourceMappingURL=index.d.ts.map