export interface LastMessageEntity { text: string; dateSent: number; userId: number; } //# sourceMappingURL=LastMessageEntity.d.ts.map