declare const CODEX_APP_SERVER_DEBUG_ENV = "BOLT_FOUNDRY_DESKTOP_CHIEF_RUNTIME_DEBUG_CODEX_APP_SERVER"; type DebugValue = null | boolean | number | string | Array | { [key: string]: DebugValue; }; export declare function shouldDebugCodexAppServer(): boolean; export declare function logCodexAppServerDebug(event: string, details?: Record): void; export declare function summarizeCodexAppServerDebugValue(value: unknown): DebugValue; export { CODEX_APP_SERVER_DEBUG_ENV }; //# sourceMappingURL=codex_app_server_debug.d.ts.map