import { Observable } from 'rxjs'; import { ApiGatewayService } from '../../api-client/api-gateway.service'; import * as i0 from "@angular/core"; export declare class FndySfdcService { private apiGatewayService; constructor(apiGatewayService: ApiGatewayService); getUserDetail(accessToken: string, identity_url: string): Observable; getToken(code: string, service_type: string): Observable; getIdentityUrl(refresh_token: string, service_type: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }