import { IChatDebugEvent } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/chat/common/chatDebugService"; /** * Format the detail text for a debug event (used when no resolved content is available). */ export declare function formatEventDetail(event: IChatDebugEvent): string;