export declare class UserInformation { gameId: string; playerId: string; role: string; constructor(gameId: string, playerId: string, role: string); }