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