import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTelemetryRuleForOrganizationInput, UpdateTelemetryRuleForOrganizationOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateTelemetryRuleForOrganizationCommandInput extends UpdateTelemetryRuleForOrganizationInput {} export interface UpdateTelemetryRuleForOrganizationCommandOutput extends UpdateTelemetryRuleForOrganizationOutput, __MetadataBearer {} declare const UpdateTelemetryRuleForOrganizationCommand_base: { new ( input: UpdateTelemetryRuleForOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateTelemetryRuleForOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTelemetryRuleForOrganizationCommandInput, UpdateTelemetryRuleForOrganizationCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateTelemetryRuleForOrganizationCommand extends UpdateTelemetryRuleForOrganizationCommand_base { protected static __types: { api: { input: UpdateTelemetryRuleForOrganizationInput; output: UpdateTelemetryRuleForOrganizationOutput; }; sdk: { input: UpdateTelemetryRuleForOrganizationCommandInput; output: UpdateTelemetryRuleForOrganizationCommandOutput; }; }; }