import { HttpService } from '@nestjs/axios'; import { Observable } from 'rxjs'; import { IAMProviderParamsInterface, WellKnown, WellKnownOptions } from './iam-provider.interface'; import { AuthCacheService } from './auth-cache.service'; export declare class WellKnownService { private readonly httpService; private readonly authCacheService; private defaultTimeout; constructor(httpService: HttpService, authCacheService: AuthCacheService); getWellKnownInfo(params: IAMProviderParamsInterface, options?: WellKnownOptions): Observable; } //# sourceMappingURL=well-know.service.d.ts.map