import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTelemetryRuleInput, UpdateTelemetryRuleOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateTelemetryRuleCommandInput extends UpdateTelemetryRuleInput {} export interface UpdateTelemetryRuleCommandOutput extends UpdateTelemetryRuleOutput, __MetadataBearer {} declare const UpdateTelemetryRuleCommand_base: { new ( input: UpdateTelemetryRuleCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateTelemetryRuleCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTelemetryRuleCommandInput, UpdateTelemetryRuleCommandOutput, import("..").ObservabilityAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateTelemetryRuleCommand extends UpdateTelemetryRuleCommand_base { protected static __types: { api: { input: UpdateTelemetryRuleInput; output: UpdateTelemetryRuleOutput; }; sdk: { input: UpdateTelemetryRuleCommandInput; output: UpdateTelemetryRuleCommandOutput; }; }; }