export declare class AuthService { private readonly jwtSecret; sign(payload: Record, expiresIn?: string): string; verify(token: string): Record | null; } //# sourceMappingURL=auth.service.d.ts.map