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