import { Observable } from 'rxjs'; import { AuthService } from '../auth.service'; import { StorageService } from '../storage.service'; import { SigV4Client } from './sigV4Client.service'; import * as i0 from "@angular/core"; export declare class ApiGatewayService { private sigV4Client; private authService; private storageService; constructor(sigV4Client: SigV4Client, authService: AuthService, storageService: StorageService); getApiClient(endpoint?: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }