import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAlarmsRequest, GetAlarmsResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetAlarmsCommandInput extends GetAlarmsRequest {} export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBearer {} declare const GetAlarmsCommand_base: { new ( input: GetAlarmsCommandInput, ): import("@smithy/core/client").CommandImpl< GetAlarmsCommandInput, GetAlarmsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetAlarmsCommandInput] ): import("@smithy/core/client").CommandImpl< GetAlarmsCommandInput, GetAlarmsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAlarmsCommand extends GetAlarmsCommand_base { protected static __types: { api: { input: GetAlarmsRequest; output: GetAlarmsResult; }; sdk: { input: GetAlarmsCommandInput; output: GetAlarmsCommandOutput; }; }; }