/**
 * Minimal user model. Most application code will extend this with additional
 * profile fields and re-export the augmented type.
 */
export declare class User {
    username: string;
    roles: string[];
}
//# sourceMappingURL=user.d.ts.map