import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeNodegroupCommandInput } from "../commands/DescribeNodegroupCommand"; import { EKSClient } from "../EKSClient"; export declare const waitForNodegroupDeleted: ( params: WaiterConfiguration, input: DescribeNodegroupCommandInput ) => Promise; export declare const waitUntilNodegroupDeleted: ( params: WaiterConfiguration, input: DescribeNodegroupCommandInput ) => Promise;