import GuestUser from './GuestUser'; export default class LoginUser { static userModel: typeof GuestUser; }