import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { CloudWatchClient } from "../CloudWatchClient"; import { GetAlarmMuteRuleCommandInput, GetAlarmMuteRuleCommandOutput, } from "../commands/GetAlarmMuteRuleCommand"; import { CloudWatchServiceException } from "../models/CloudWatchServiceException"; export declare const waitForAlarmMuteRuleExists: ( params: WaiterConfiguration, input: GetAlarmMuteRuleCommandInput ) => Promise< WaiterResult >; export declare const waitUntilAlarmMuteRuleExists: ( params: WaiterConfiguration, input: GetAlarmMuteRuleCommandInput ) => Promise>;