/**
 * ユーザーサービスクラス
 */
export declare class UserService {
    /**
     * ユーザーのメールアドレスを更新する
     * @param userId ユーザーID
     * @param email 新しいメールアドレス
     */
    updateUserEmail(userId: string, email: string): void;
}
//# sourceMappingURL=UserService.d.ts.map