import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, } from "../commands/DescribeCacheClustersCommand"; import { ElastiCacheClient } from "../ElastiCacheClient"; import { ElastiCacheServiceException } from "../models/ElastiCacheServiceException"; import { CacheClusterNotFoundFault } from "../models/errors"; export declare const waitForCacheClusterDeleted: ( params: WaiterConfiguration, input: DescribeCacheClustersCommandInput ) => Promise< WaiterResult >; export declare const waitUntilCacheClusterDeleted: ( params: WaiterConfiguration, input: DescribeCacheClustersCommandInput ) => Promise< WaiterResult >;