import { AuthConfig } from 'angular-oauth2-oidc'; export declare class JZAuthModuleConfig { static MODULE_NAME: string; environment?: any; enable: boolean; authConfig: AuthConfig; } export declare class JZAuthModuleConfigService { private _config; get environment(): any; get appCode(): string; getApiUrls(moduleName: string): string; constructor(config?: JZAuthModuleConfig); }