import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTelemetryPipelineInput, UpdateTelemetryPipelineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateTelemetryPipelineCommandInput extends UpdateTelemetryPipelineInput {} export interface UpdateTelemetryPipelineCommandOutput extends UpdateTelemetryPipelineOutput, __MetadataBearer {} declare const UpdateTelemetryPipelineCommand_base: { new ( input: UpdateTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTelemetryPipelineCommandInput, UpdateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTelemetryPipelineCommandInput, UpdateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateTelemetryPipelineCommand extends UpdateTelemetryPipelineCommand_base { protected static __types: { api: { input: UpdateTelemetryPipelineInput; output: {}; }; sdk: { input: UpdateTelemetryPipelineCommandInput; output: UpdateTelemetryPipelineCommandOutput; }; }; }