import { User } from './user.model'; export declare class CurrentUser extends User { authorities: string[]; }