import { Paginator } from "@smithy/types"; import { DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput, } from "../commands/DescribeInboundConnectionsCommand"; import { OpenSearchPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeInboundConnections: ( config: OpenSearchPaginationConfiguration, input: DescribeInboundConnectionsCommandInput, ...rest: any[] ) => Paginator;