import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopTelemetryEnrichmentOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StopTelemetryEnrichmentCommandInput {} export interface StopTelemetryEnrichmentCommandOutput extends StopTelemetryEnrichmentOutput, __MetadataBearer {} declare const StopTelemetryEnrichmentCommand_base: { new ( input: StopTelemetryEnrichmentCommandInput, ): import("@smithy/core/client").CommandImpl< StopTelemetryEnrichmentCommandInput, StopTelemetryEnrichmentCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [StopTelemetryEnrichmentCommandInput] ): import("@smithy/core/client").CommandImpl< StopTelemetryEnrichmentCommandInput, StopTelemetryEnrichmentCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopTelemetryEnrichmentCommand extends StopTelemetryEnrichmentCommand_base { protected static __types: { api: { input: {}; output: StopTelemetryEnrichmentOutput; }; sdk: { input: StopTelemetryEnrichmentCommandInput; output: StopTelemetryEnrichmentCommandOutput; }; }; }