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