import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateMonitoringAlertRequest, UpdateMonitoringAlertResponse } from "../models/models_5"; export { __MetadataBearer }; export interface UpdateMonitoringAlertCommandInput extends UpdateMonitoringAlertRequest {} export interface UpdateMonitoringAlertCommandOutput extends UpdateMonitoringAlertResponse, __MetadataBearer {} declare const UpdateMonitoringAlertCommand_base: { new ( input: UpdateMonitoringAlertCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateMonitoringAlertCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateMonitoringAlertCommand extends UpdateMonitoringAlertCommand_base { protected static __types: { api: { input: UpdateMonitoringAlertRequest; output: UpdateMonitoringAlertResponse; }; sdk: { input: UpdateMonitoringAlertCommandInput; output: UpdateMonitoringAlertCommandOutput; }; }; }