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