import type { Paginator } from "@smithy/types"; import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "../commands/DescribeInboundIntegrationsCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeInboundIntegrations: (config: RedshiftPaginationConfiguration, input: DescribeInboundIntegrationsCommandInput, ...rest: any[]) => Paginator;