import { BehaviorSubject } from 'rxjs'; import { Configurations } from '../configurations'; import { AuthService } from '../workflow-services/auth.service'; import * as i0 from "@angular/core"; export declare class ApiService { private authService; env: any; loggedUserDetail$: BehaviorSubject; constructor(authService: AuthService, config?: Configurations); getUserDetails(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }