export declare type UserType = { id: string; name: string; profilePicture: string; isOnline?: boolean; }; //# sourceMappingURL=UserType.d.ts.map