import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
import { DescribeFargateProfileCommandInput } from "../commands/DescribeFargateProfileCommand";
import { EKSClient } from "../EKSClient";
export declare const waitForFargateProfileDeleted: (
  params: WaiterConfiguration<EKSClient>,
  input: DescribeFargateProfileCommandInput
) => Promise<WaiterResult>;
export declare const waitUntilFargateProfileDeleted: (
  params: WaiterConfiguration<EKSClient>,
  input: DescribeFargateProfileCommandInput
) => Promise<WaiterResult>;
