export declare class UserModel { _id: string; FirstName: string; LastName: string; Email: string; Roles: string[]; Groups: string[]; }