import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeAddonCommandInput } from "../commands/DescribeAddonCommand"; import { EKSClient } from "../EKSClient"; export declare const waitForAddonDeleted: ( params: WaiterConfiguration, input: DescribeAddonCommandInput ) => Promise; export declare const waitUntilAddonDeleted: ( params: WaiterConfiguration, input: DescribeAddonCommandInput ) => Promise;