import { DialogType } from '../../../Domain/entity/DialogTypes'; export declare class LocalDialogDTO { id: string; type: DialogType; ownerId: string; participantId: string; participantsIds: Array; updatedAt: string; lastMessageText: string; lastMessageDateSent: number; lastMessageUserId: string; unreadMessageCount: number; name: string; photo: string; constructor(); } //# sourceMappingURL=LocalDialogDTO.d.ts.map