import { Paginator } from "@smithy/types";
import { ListTenantsCommandInput, ListTenantsCommandOutput } from "../commands/ListTenantsCommand";
import { SESv2PaginationConfiguration } from "./Interfaces";
export declare const paginateListTenants: (
  config: SESv2PaginationConfiguration,
  input: ListTenantsCommandInput,
  ...rest: any[]
) => Paginator<ListTenantsCommandOutput>;
