import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeClustersCommandInput, DescribeClustersCommandOutput, } from "../commands/DescribeClustersCommand"; import { RedshiftServiceException } from "../models/RedshiftServiceException"; import { RedshiftClient } from "../RedshiftClient"; export declare const waitForClusterAvailable: ( params: WaiterConfiguration, input: DescribeClustersCommandInput ) => Promise< WaiterResult >; export declare const waitUntilClusterAvailable: ( params: WaiterConfiguration, input: DescribeClustersCommandInput ) => Promise>;