import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTelemetryPipelineInput, CreateTelemetryPipelineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateTelemetryPipelineCommandInput extends CreateTelemetryPipelineInput {} export interface CreateTelemetryPipelineCommandOutput extends CreateTelemetryPipelineOutput, __MetadataBearer {} declare const CreateTelemetryPipelineCommand_base: { new ( input: CreateTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTelemetryPipelineCommandInput, CreateTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTelemetryPipelineCommand extends CreateTelemetryPipelineCommand_base { protected static __types: { api: { input: CreateTelemetryPipelineInput; output: CreateTelemetryPipelineOutput; }; sdk: { input: CreateTelemetryPipelineCommandInput; output: CreateTelemetryPipelineCommandOutput; }; }; }