import RoomSocketDoc from '../../RoomSocketDoc'; import UserHistoryPresentation from '../../../../history/user/presentation/UserHistoryPresentation'; export default class UserPresentationDoc extends RoomSocketDoc { constructor(); } export declare type UserPresentationDocPayload = { history: UserHistoryPresentation; };