import type { Paginator } from "@smithy/types"; import { DescribeTenantDatabasesCommandInput, DescribeTenantDatabasesCommandOutput } from "../commands/DescribeTenantDatabasesCommand"; import type { RDSPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeTenantDatabases: (config: RDSPaginationConfiguration, input: DescribeTenantDatabasesCommandInput, ...rest: any[]) => Paginator;