import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudWatchClient"; import { EnableAlarmActionsInput } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface EnableAlarmActionsCommandInput extends EnableAlarmActionsInput {} export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {} declare const EnableAlarmActionsCommand_base: { new ( input: EnableAlarmActionsCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: EnableAlarmActionsCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_base { protected static __types: { api: { input: EnableAlarmActionsInput; output: {}; }; sdk: { input: EnableAlarmActionsCommandInput; output: EnableAlarmActionsCommandOutput; }; }; }