export declare class UserModel { _id: string; Username: string; Email: string; Roles: string[]; constructor(params?: any); }