import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeCacheClustersCommandInput } from "../commands/DescribeCacheClustersCommand"; import { ElastiCacheClient } from "../ElastiCacheClient"; export declare const waitForCacheClusterDeleted: ( params: WaiterConfiguration, input: DescribeCacheClustersCommandInput ) => Promise; export declare const waitUntilCacheClusterDeleted: ( params: WaiterConfiguration, input: DescribeCacheClustersCommandInput ) => Promise;