import { ModuleWithProviders } from '@angular/core'; import { JwtHelperService, JwtModuleOptions } from '@auth0/angular-jwt'; import { Brolog } from 'brolog'; import { Auth } from './auth'; export declare function jwtOptionsFactory(): JwtModuleOptions['config']; export declare function authFactory(log: Brolog, jwtHelperService: JwtHelperService): Auth; export declare class AuthModule { static forRoot(): ModuleWithProviders; }