/** * Copyright © 2018-present Emu Analytics */ import { IPipelineComponent } from './api-interfaces'; import { BaseEndpoints } from './base.endpoints'; import { Client } from './client'; import { PipelineMetricEndpoints } from './pipeline-metric.endpoint'; export declare class PipelineComponentEndpoints extends BaseEndpoints { private pipelineId; constructor(client: Client, pipelineId: string); metrics(componentId: string): PipelineMetricEndpoints; } //# sourceMappingURL=pipeline-component.endpoints.d.ts.map