export declare class ConversationsService { private static instance; private insightsService; private playerConfig; private dispatch; constructor(); static getInstance(): ConversationsService; refreshPresignedRecordingUrl(segmentId: string): Promise; fetchSegment(segmentId: string): Promise; }