export declare const CODEX_LOG_MODE: string; export type CodexEventParams = any; export declare function shouldLogCodexEvent(method: string): boolean; export declare function formatCodexEvent(method: string, params: CodexEventParams): string | null;