import { Observable } from 'rxjs'; import { ApiGatewayService } from '../../api-client/api-gateway.service'; import * as i0 from "@angular/core"; export declare class FndyQuickSightService { private apiGatewayService; constructor(apiGatewayService: ApiGatewayService); getEmbedUrl(dashboardId?: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }