import { Paginator } from "@smithy/types";
import {
  ListFargateProfilesCommandInput,
  ListFargateProfilesCommandOutput,
} from "../commands/ListFargateProfilesCommand";
import { EKSPaginationConfiguration } from "./Interfaces";
export declare const paginateListFargateProfiles: (
  config: EKSPaginationConfiguration,
  input: ListFargateProfilesCommandInput,
  ...rest: any[]
) => Paginator<ListFargateProfilesCommandOutput>;
