import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { EKSClient } from "../EKSClient"; export declare const waitForClusterActive: ( params: WaiterConfiguration, input: DescribeClusterCommandInput ) => Promise; export declare const waitUntilClusterActive: ( params: WaiterConfiguration, input: DescribeClusterCommandInput ) => Promise;