import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTelemetryPipelineInput, DeleteTelemetryPipelineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteTelemetryPipelineCommandInput extends DeleteTelemetryPipelineInput {} export interface DeleteTelemetryPipelineCommandOutput extends DeleteTelemetryPipelineOutput, __MetadataBearer {} declare const DeleteTelemetryPipelineCommand_base: { new ( input: DeleteTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTelemetryPipelineCommandInput, DeleteTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteTelemetryPipelineCommand extends DeleteTelemetryPipelineCommand_base { protected static __types: { api: { input: DeleteTelemetryPipelineInput; output: {}; }; sdk: { input: DeleteTelemetryPipelineCommandInput; output: DeleteTelemetryPipelineCommandOutput; }; }; }