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