import { JwtService } from '@nestjs/jwt'; import { CaliobaseJwtPayload } from './jwt-payload'; export declare class JwtSignerService { private jwtService; constructor(jwtService: JwtService); sign(payload: CaliobaseJwtPayload): Promise; }