import { Observable } from 'rxjs'; import { ApiGatewayService } from '../../api-client/api-gateway.service'; import * as i0 from "@angular/core"; export declare class FndyOAuthService { private apiGatewayService; constructor(apiGatewayService: ApiGatewayService); getTokens(accountId: string, platform: string): Observable; postTokens(tokens: any): Observable; deleteTokens(accountId: string, platform: string): Observable; putTokens(tokens: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }