export declare class AccountVO {
    accountId: number;
    phoneNumber: string;
    vipLevel: number;
    registerTime: number;
    constructor();
    equals(o: any): boolean;
    toString(): string;
}
//# sourceMappingURL=AccountVO.d.ts.map