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