import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { CloudWatchClient } from "../CloudWatchClient"; import { DescribeAlarmsCommandInput } from "../commands/DescribeAlarmsCommand"; export declare const waitForAlarmExists: ( params: WaiterConfiguration, input: DescribeAlarmsCommandInput ) => Promise; export declare const waitUntilAlarmExists: ( params: WaiterConfiguration, input: DescribeAlarmsCommandInput ) => Promise;