import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAlarmRequest, DeleteAlarmResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAlarmCommandInput extends DeleteAlarmRequest {} export interface DeleteAlarmCommandOutput extends DeleteAlarmResult, __MetadataBearer {} declare const DeleteAlarmCommand_base: { new ( input: DeleteAlarmCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAlarmCommandInput, DeleteAlarmCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAlarmCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAlarmCommandInput, DeleteAlarmCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAlarmCommand extends DeleteAlarmCommand_base { protected static __types: { api: { input: DeleteAlarmRequest; output: DeleteAlarmResult; }; sdk: { input: DeleteAlarmCommandInput; output: DeleteAlarmCommandOutput; }; }; }