import { CurrentLogItem } from '../utils/DebugStorage'; export declare class ConversationDebugLogger { private static _list; private static _conversationId; static get startTime(): number; static get endTime(): number; static startSession(): void; static get conversationId(): string | null; static set conversationId(conversationId: string | null); static add(item: CurrentLogItem): void; private static _createContextLogs; static collectLogs(): CurrentLogItem[]; }