import { Paginator } from "@smithy/types";
import {
  ListEksAnywhereSubscriptionsCommandInput,
  ListEksAnywhereSubscriptionsCommandOutput,
} from "../commands/ListEksAnywhereSubscriptionsCommand";
import { EKSPaginationConfiguration } from "./Interfaces";
export declare const paginateListEksAnywhereSubscriptions: (
  config: EKSPaginationConfiguration,
  input: ListEksAnywhereSubscriptionsCommandInput,
  ...rest: any[]
) => Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
