import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTelemetryPipelineInput, GetTelemetryPipelineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetTelemetryPipelineCommandInput extends GetTelemetryPipelineInput {} export interface GetTelemetryPipelineCommandOutput extends GetTelemetryPipelineOutput, __MetadataBearer {} declare const GetTelemetryPipelineCommand_base: { new ( input: GetTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< GetTelemetryPipelineCommandInput, GetTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTelemetryPipelineCommand extends GetTelemetryPipelineCommand_base { protected static __types: { api: { input: GetTelemetryPipelineInput; output: GetTelemetryPipelineOutput; }; sdk: { input: GetTelemetryPipelineCommandInput; output: GetTelemetryPipelineCommandOutput; }; }; }