import { LoginResultDto } from '../models/dto/loginresult.dto'; import { AuthService } from './auth.service'; export declare class AuthController { private authService; private readonly logger; constructor(authService: AuthService); login(req: any): Promise; }