export declare class User { constructor(username: string, password: string, gameName: string); email: string; password: string; gameName: string; }