import { TokenService } from '../services/token.service'; export declare class AuthController { private readonly tokenService; constructor(tokenService: TokenService); createToken(body: { name?: string; expiresInHours?: number; }): import("../entities/token.entity").AuthToken; } //# sourceMappingURL=auth.controller.d.ts.map