import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { CloudWatchClient } from "../CloudWatchClient"; import { DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput, } from "../commands/DescribeAlarmsCommand"; import { CloudWatchServiceException } from "../models/CloudWatchServiceException"; export declare const waitForCompositeAlarmExists: ( params: WaiterConfiguration, input: DescribeAlarmsCommandInput ) => Promise< WaiterResult >; export declare const waitUntilCompositeAlarmExists: ( params: WaiterConfiguration, input: DescribeAlarmsCommandInput ) => Promise>;