import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { TestTelemetryPipelineInput, TestTelemetryPipelineOutput } from "../models/models_0"; export { __MetadataBearer }; export interface TestTelemetryPipelineCommandInput extends TestTelemetryPipelineInput {} export interface TestTelemetryPipelineCommandOutput extends TestTelemetryPipelineOutput, __MetadataBearer {} declare const TestTelemetryPipelineCommand_base: { new ( input: TestTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< TestTelemetryPipelineCommandInput, TestTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: TestTelemetryPipelineCommandInput, ): import("@smithy/core/client").CommandImpl< TestTelemetryPipelineCommandInput, TestTelemetryPipelineCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class TestTelemetryPipelineCommand extends TestTelemetryPipelineCommand_base { protected static __types: { api: { input: TestTelemetryPipelineInput; output: TestTelemetryPipelineOutput; }; sdk: { input: TestTelemetryPipelineCommandInput; output: TestTelemetryPipelineCommandOutput; }; }; }