/** * By default we don't log LLM inputs/outputs, to prevent exposing sensitive information. Set this * flag to enable logging them. */ export declare const DONT_LOG_MODEL_DATA: boolean; /** * By default we don't log tool call inputs/outputs, to prevent exposing sensitive information. Set * this flag to enable logging them. */ export declare const DONT_LOG_TOOL_DATA: boolean;