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