export declare class UserInfoResponseDto { id: number; name: string; email?: string; }