export declare abstract class User { emailAddress: string; passwordHash: string; }