import { ControllerDeviceType } from "../device/ControllerDeviceType";
import { AccountVO } from "./AccountVO";
export declare class LoginUserVO {
    userId: number;
    accessToken: string;
    account: AccountVO;
    controllerDeviceType: ControllerDeviceType;
    guid: string;
    loginTime: number;
    constructor();
    equals(o: any): boolean;
    toString(): string;
}
//# sourceMappingURL=LoginUserVO.d.ts.map