import { JwtService } from '@nestjs/jwt'; export declare class JwtAuthService { private readonly jwtService; constructor(jwtService: JwtService); generateJwt(payload: any): string; }