export declare class UserDto { username: string; nickname?: string; cellphone?: string; email?: string; avatar?: string; vendorId: string; }