import { JwtServiceInterface } from '../interfaces/jwt-service.interface'; import { NestJwtService } from '../jwt.externals'; export declare class JwtService extends NestJwtService implements JwtServiceInterface { } //# sourceMappingURL=jwt.service.d.ts.map