export declare class UserModel { _id: string; DisplayName: string; Email: string; Roles: string[]; Groups: string[]; constructor(); }