import { Observable } from 'rxjs'; import { ApiGatewayService } from '../../api-client/api-gateway.service'; import { ICredentialModel } from './fndy-iam-credentials.model'; import * as i0 from "@angular/core"; export declare class IAMCredentialsService { private apiGatewayService; constructor(apiGatewayService: ApiGatewayService); getIAMCredentials(accountId: string, defaultOnly: boolean): Observable; createIAMCredentials(body: ICredentialModel): Observable; updateIAMCredentials(body: ICredentialModel): Observable; deleteIAMCredentials(credentialId: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }