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