export declare class UpdateUserDto { firstName?: string; lastName?: string; email?: string; phone?: string; }